diff options
author | Craig Andrews <candrews@integralblue.com> | 2010-08-31 00:05:40 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2010-09-03 17:50:28 -0400 |
commit | f038eacca47a436da11e36ee24e700020c1b60df (patch) | |
tree | 56a008163cf439f895e9f68a190510b663b400fc /plugins/Xmpp | |
parent | e7a026091c97c2a9675987492c315ea3a6e09fff (diff) |
enqueue_incoming_raw -> enqueueIncomingRaw
Diffstat (limited to 'plugins/Xmpp')
-rw-r--r-- | plugins/Xmpp/xmppmanager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Xmpp/xmppmanager.php b/plugins/Xmpp/xmppmanager.php index c9cb49dd1..1a4e9546d 100644 --- a/plugins/Xmpp/xmppmanager.php +++ b/plugins/Xmpp/xmppmanager.php @@ -191,7 +191,7 @@ class XmppManager extends ImManager function handle_xmpp_message(&$pl) { - $this->plugin->enqueue_incoming_raw($pl); + $this->plugin->enqueueIncomingRaw($pl); return true; } |