diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-03-25 12:56:52 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-03-25 12:56:52 -0400 |
commit | 2becd5849d76e052ecfe066b5376a65b9c70fad6 (patch) | |
tree | 44c78da0dc08d4ed50e069cc25310ca24871d555 /actions/noticesearch.php | |
parent | 2c8f67f6a9b4e93161e7cae0c38162cb8991e0ef (diff) | |
parent | 1116526f0855af47b353722907c57e1b4285cddc (diff) |
Merge branch 'master' into 0.7.x
Conflicts:
lib/router.php
Diffstat (limited to 'actions/noticesearch.php')
-rw-r--r-- | actions/noticesearch.php | 1 |
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; |