mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:31:58 +01:00
gui: minor fix
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
a3cc6ba68b
commit
5bb52be2fd
@ -826,7 +826,7 @@ class ModelSearchSearch extends Model {
|
||||
}
|
||||
|
||||
|
||||
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user