Use correct page information for notice search. See ticket #1333
This commit is contained in:
parent
b4c273113c
commit
a9a71297f4
@ -122,8 +122,8 @@ class NoticesearchAction extends SearchAction
|
|||||||
|
|
||||||
$cnt = $nl->show();
|
$cnt = $nl->show();
|
||||||
|
|
||||||
$this->pagination($this->page > 1, $cnt > NOTICES_PER_PAGE,
|
$this->pagination($page > 1, $cnt > NOTICES_PER_PAGE,
|
||||||
$this->page, 'noticesearch', array('q' => $q));
|
$page, 'noticesearch', array('q' => $q));
|
||||||
}
|
}
|
||||||
function isReadOnly()
|
function isReadOnly()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user