Replace "forum" by "group" in the rest of the code
This commit is contained in:
@@ -139,7 +139,7 @@ class Index extends BaseSearch
|
||||
break;
|
||||
case 'contacts':
|
||||
return self::performContactSearch($search, '@');
|
||||
case 'forums':
|
||||
case 'groups':
|
||||
return self::performContactSearch($search, '!');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user