diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-27 16:55:07 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-27 16:55:07 -0400 |
commit | ce5b98ca016841edf920ebc062f1b4d53488762c (patch) | |
tree | 2aff0cd2f420a251f24dac7f477a4476b52d3798 /lib/searchaction.php | |
parent | 3081b2e31708520e6ed83041ce3ba04329d3ec90 (diff) | |
parent | 8cf8298dc02b1373fed53eb95982a33b969b42ee (diff) |
Merge branch '0.7.x' into querybyid
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 e74450e11..e7ad4affd 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -51,7 +51,7 @@ class SearchAction extends Action * * @return boolean true */ - function isReadOnly($args) + function isReadOnly() { return true; } |