diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-01-23 09:47:09 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-01-23 09:47:09 +0000 |
commit | d06a929d703e0ad776230234b3d821a83f22d492 (patch) | |
tree | 5e6620006312021a3a5551e2735f5a758bd57066 /actions/noticesearch.php | |
parent | ef3f47b8f5e8da1d4ae15fc3946332a346e63e0b (diff) | |
parent | 11cb85820d81adb0e663b5fe8432e0deb1f0a3cc (diff) |
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'actions/noticesearch.php')
-rw-r--r-- | actions/noticesearch.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/noticesearch.php b/actions/noticesearch.php index 8c5128de1..3c3fdca9f 100644 --- a/actions/noticesearch.php +++ b/actions/noticesearch.php @@ -222,5 +222,10 @@ class NoticesearchAction extends SearchAction } while ($count); return $result; } + + function isReadOnly() + { + return true; + } } |