pass tag parameter along to stream query

darcs-hash:20080928181255-5ed1f-fd49afc180bda9ae7875ad7b70a337e4cd5771d2.gz
This commit is contained in:
Evan Prodromou 2008-09-28 14:12:55 -04:00
parent dbcd7cd29c
commit fc7f32e35d
1 changed files with 1 additions and 1 deletions

View 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'));