summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-03-25 18:29:09 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-03-25 18:29:09 +0000
commitce325a06b129e639a3e51c8396f0d54b40f2e239 (patch)
treeea72f00798c5e872b1ea0fe411fb6467a0947388 /actions
parenta13bfa5848705d23353783f195b67c088a72a8cb (diff)
parent2becd5849d76e052ecfe066b5376a65b9c70fad6 (diff)
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
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;