From b9e790f637e411d15aebaeca224687e1cc1473d5 Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Wed, 30 May 2007 21:15:28 +0000 Subject: * src/mod_vcard_odbc.erl: Fix for previous commit (thanks to Badlop) SVN Revision: 777 --- src/mod_vcard_odbc.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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( -- cgit v1.2.3