diff options
author | Alexey Shchepin <alexey@process-one.net> | 2007-05-30 21:15:28 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2007-05-30 21:15:28 +0000 |
commit | b9e790f637e411d15aebaeca224687e1cc1473d5 (patch) | |
tree | dbe2e92b31e5b847319dc53d7dd75dfec2762505 /src/mod_vcard_odbc.erl | |
parent | * src/mod_vcard_odbc.erl: Make service description translatable in discovery ... (diff) |
* src/mod_vcard_odbc.erl: Fix for previous commit (thanks to
Badlop)
SVN Revision: 777
Diffstat (limited to 'src/mod_vcard_odbc.erl')
-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( |