25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01: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),
NewMatch = case SVar of
<<"user">> ->
case gen_mod:get_module_opt(LServer, ?MODULE,
case gen_mod:get_module_opt(LServer, mod_vcard,
search_all_hosts) of
true -> Match#vcard_search{luser = make_val(LVal)};
false ->