diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-04-17 16:46:49 +0000 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-04-17 16:46:49 +0000 |
commit | 21873b806d6c5cf3e55ea10e49959c944f708688 (patch) | |
tree | 359462c21245117344ec2ac6162885dce9a6f9d6 /lib/searchaction.php | |
parent | ed0556971661de1b8748882f48c316afac20b8be (diff) |
cosmetic fixes.
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; } |