diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-03-25 18:29:09 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-03-25 18:29:09 +0000 |
commit | ce325a06b129e639a3e51c8396f0d54b40f2e239 (patch) | |
tree | ea72f00798c5e872b1ea0fe411fb6467a0947388 /actions/noticesearch.php | |
parent | a13bfa5848705d23353783f195b67c088a72a8cb (diff) | |
parent | 2becd5849d76e052ecfe066b5376a65b9c70fad6 (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
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; |