diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mod_vcard_odbc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_vcard_odbc.erl b/src/mod_vcard_odbc.erl index e15ea38c1..4eaa8926e 100644 --- a/src/mod_vcard_odbc.erl +++ b/src/mod_vcard_odbc.erl @@ -341,7 +341,7 @@ do_route(ServerHost, From, To, Packet) -> From, jlib:iq_to_xml(ResIQ)) end; - #iq{type = Type, xmlns = ?NS_DISCO_INFO} -> + #iq{type = Type, xmlns = ?NS_DISCO_INFO, lang = Lang} -> case Type of set -> Err = jlib:make_error_reply( |