diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-05-19 17:28:19 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-19 17:28:19 -0400 |
commit | b58edbcc4eddbc9d2802708aae5155e1f70e08d2 (patch) | |
tree | c54653ad7009aef3a219cc4dee96fa21b3349d84 /lib/searchaction.php | |
parent | 4ac7a4054e31241813404cdfdf2cb5e8cf97b4f1 (diff) | |
parent | dd916abd8cf6058dc5bb5780f2592d83343eba20 (diff) |
Merge branch '0.7.x' into conversationtree
Diffstat (limited to 'lib/searchaction.php')
-rw-r--r-- | lib/searchaction.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/searchaction.php b/lib/searchaction.php index e7ad4affd..e74450e11 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -51,7 +51,7 @@ class SearchAction extends Action * * @return boolean true */ - function isReadOnly() + function isReadOnly($args) { return true; } |