diff options
Diffstat (limited to 'lib/peoplesearchresults.php')
-rw-r--r-- | lib/peoplesearchresults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/peoplesearchresults.php b/lib/peoplesearchresults.php index f8ab7cf3b..d3f840852 100644 --- a/lib/peoplesearchresults.php +++ b/lib/peoplesearchresults.php @@ -67,7 +67,7 @@ class PeopleSearchResults extends ProfileList return preg_replace($this->pattern, '<strong>\\1</strong>', htmlspecialchars($text)); } - function isReadOnly() + function isReadOnly($args) { return true; } |