]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
pass tag parameter along to stream query
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Sep 2008 18:12:55 +0000 (14:12 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Sep 2008 18:12:55 +0000 (14:12 -0400)
darcs-hash:20080928181255-5ed1f-fd49afc180bda9ae7875ad7b70a337e4cd5771d2.gz

actions/tag.php

index f8fea341acd8286a11e2b1dcfc1a255963ed98ac..8b5548e45809435115ee3ad26f9faa54087e79ab 100644 (file)
@@ -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'));