diff options
Diffstat (limited to 'plugins/Xmpp/XmppPlugin.php')
-rw-r--r-- | plugins/Xmpp/XmppPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Xmpp/XmppPlugin.php b/plugins/Xmpp/XmppPlugin.php index 4b57037f5..2cdc3272d 100644 --- a/plugins/Xmpp/XmppPlugin.php +++ b/plugins/Xmpp/XmppPlugin.php @@ -364,7 +364,7 @@ class XmppPlugin extends ImPlugin return $html . ' ' . $entry; } - function receive_raw_message($pl) + function receiveRawMessage($pl) { $from = $this->normalize($pl['from']); |