24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00
Badlop 2018-07-24 20:01:22 +02:00
parent 6dc452e7f5
commit 1be2112634

View File

@ -192,7 +192,7 @@ filter_fields([{SVar, [Val]} | Ds], Match, LServer)
LVal = mod_vcard:string2lower(Val), LVal = mod_vcard:string2lower(Val),
NewMatch = case SVar of NewMatch = case SVar of
<<"user">> -> <<"user">> ->
case gen_mod:get_module_opt(LServer, ?MODULE, case gen_mod:get_module_opt(LServer, mod_vcard,
search_all_hosts) of search_all_hosts) of
true -> Match#vcard_search{luser = make_val(LVal)}; true -> Match#vcard_search{luser = make_val(LVal)};
false -> false ->