pass tag parameter along to stream query
darcs-hash:20080928181255-5ed1f-fd49afc180bda9ae7875ad7b70a337e4cd5771d2.gz
This commit is contained in:
parent
dbcd7cd29c
commit
fc7f32e35d
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue
Block a user