diff --git a/webui/model/search/search.php b/webui/model/search/search.php index 9479b4d..ec269fa 100644 --- a/webui/model/search/search.php +++ b/webui/model/search/search.php @@ -826,7 +826,7 @@ } - private function fix_email_address_for_sphinx($email = '') { + public function fix_email_address_for_sphinx($email = '') { $email = preg_replace("/\|@/", "|", $email); return preg_replace("/[\@\.\+\-\_]/", "X", $email); }