"escapeTags" is finally removed

This commit is contained in:
Michael 2021-11-07 09:18:25 +00:00
parent f99d37d87e
commit cfac13790b
11 changed files with 11 additions and 34 deletions

View file

@ -48,7 +48,6 @@ class BaseSearch extends BaseModule
*/
public static function performContactSearch($search, $prefix = '')
{
$a = DI::app();
$config = DI::config();
$type = Search::TYPE_ALL;