diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-05-21 11:43:28 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-21 11:43:28 -0400 |
commit | 966f1c6169a2d1202e1b69860b975792ca6b9149 (patch) | |
tree | 6d96f15d5e9bcb5136ad51658f390f212cb7a499 /lib | |
parent | 8cc8f9fd0c0ad8d1c38bd0c113f9f0a4d7918256 (diff) | |
parent | 62711ae2babf29203e818efa832902ffeab1363f (diff) |
Merge branch 'conversationtree' into 0.8.x
Diffstat (limited to 'lib')
-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; } |