summaryrefslogtreecommitdiff
path: root/lib/peoplesearchresults.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/peoplesearchresults.php')
-rw-r--r--lib/peoplesearchresults.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/peoplesearchresults.php b/lib/peoplesearchresults.php
index d3f840852..9cd162baa 100644
--- a/lib/peoplesearchresults.php
+++ b/lib/peoplesearchresults.php
@@ -56,7 +56,7 @@ class PeopleSearchResults extends ProfileList
function __construct($profile, $terms, $action)
{
- parent::__construct($profile, $terms, $action);
+ parent::__construct($profile, null, $action);
$this->terms = array_map('preg_quote',
array_map('htmlspecialchars', $terms));
$this->pattern = '/('.implode('|',$terms).')/i';