diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/tag.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/tag.php b/actions/tag.php index f8fea341a..8b5548e45 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -159,7 +159,7 @@ class TagAction extends StreamAction { function show_notices($tag) { - $notices = Notice_tag::getStream((($page-1)*NOTICES_PER_PAGE), NOTICES_PER_PAGE + 1); + $notices = Notice_tag::getStream($tag, (($page-1)*NOTICES_PER_PAGE), NOTICES_PER_PAGE + 1); if ($cnt > 0) { common_element_start('ul', array('id' => 'notices')); |