diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-05-21 05:46:38 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-05-21 05:46:38 +0000 |
commit | 07de94ca99c5541b26da9292c4eaa3d80bee3dbe (patch) | |
tree | b539b139198720edbf7859dce59d7187f65f65c5 /lib/searchaction.php | |
parent | 54cd0a2046c417fd072bb4cf79aeda163cf760af (diff) | |
parent | 689dd9ee5f81e3e2472e92b10248fecd39638160 (diff) |
Merge branch '0.8.x' into fbconnect
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; } |