summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-03-25 12:56:52 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-03-25 12:56:52 -0400
commit2becd5849d76e052ecfe066b5376a65b9c70fad6 (patch)
tree44c78da0dc08d4ed50e069cc25310ca24871d555 /actions
parent2c8f67f6a9b4e93161e7cae0c38162cb8991e0ef (diff)
parent1116526f0855af47b353722907c57e1b4285cddc (diff)
Merge branch 'master' into 0.7.x
Conflicts: lib/router.php
Diffstat (limited to 'actions')
-rw-r--r--actions/noticesearch.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/noticesearch.php b/actions/noticesearch.php
index 4aec41621..9058cf53c 100644
--- a/actions/noticesearch.php
+++ b/actions/noticesearch.php
@@ -125,6 +125,7 @@ class NoticesearchAction extends SearchAction
$this->pagination($page > 1, $cnt > NOTICES_PER_PAGE,
$page, 'noticesearch', array('q' => $q));
}
+
function isReadOnly()
{
return true;