diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-20 23:40:44 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-20 23:40:44 +0000 |
commit | 7ae2ed7cfcc78992c6f6ad02be646fb935c7f6dc (patch) | |
tree | cb726051800c3f81e56644d6e4ffdef067e4856a /lib/searchaction.php | |
parent | b23d4230811db02266b9df0a3cefc5e54c36d169 (diff) | |
parent | dd916abd8cf6058dc5bb5780f2592d83343eba20 (diff) |
Merge branch '0.7.x' into 0.8.x
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; } |