diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-10-11 13:21:18 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-10-11 13:21:18 -0400 |
commit | 006cfc528edab32548d1265df5dada09a1536aed (patch) | |
tree | 474dc49eed8ff3542e6d2c8154e14fa4b8432ada /actions/groupsearch.php | |
parent | 6f12ed5f91b2ffa949fcff5c9bbb1f0da8d727b1 (diff) | |
parent | 838c13063a8371b858a249b3bc511b2b77ce1c5f (diff) |
Merge commit 'refs/merge-requests/1723' of git://gitorious.org/statusnet/mainline into 0.8.x
Diffstat (limited to 'actions/groupsearch.php')
-rw-r--r-- | actions/groupsearch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/groupsearch.php b/actions/groupsearch.php index be15efc47..517f12789 100644 --- a/actions/groupsearch.php +++ b/actions/groupsearch.php @@ -106,7 +106,7 @@ class GroupSearchResults extends GroupList function __construct($user_group, $terms, $action) { - parent::__construct($user_group, $terms, $action); + parent::__construct($user_group, null, $action); $this->terms = array_map('preg_quote', array_map('htmlspecialchars', $terms)); $this->pattern = '/('.implode('|',$terms).')/i'; |