diff options
Diffstat (limited to 'protocols')
-rwxr-xr-x | protocols/JabberG/src/jabber_thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp index ed68f22f87..bd85a439c9 100755 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -1365,7 +1365,7 @@ void CJabberProto::OnProcessMessage(const TiXmlElement *node, ThreadData *info) if (!inviteReason)
inviteReason = szMessage;
if (!m_bIgnoreMUCInvites)
- GroupchatProcessInvite(from, XmlGetAttr(xNode, "jid"), inviteReason, nullptr);
+ GroupchatProcessInvite(XmlGetAttr(xNode, "jid"), from, inviteReason, nullptr);
return;
}
}
|