summaryrefslogtreecommitdiff
path: root/lib/imreceiverqueuehandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/imreceiverqueuehandler.php')
-rw-r--r--lib/imreceiverqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/imreceiverqueuehandler.php b/lib/imreceiverqueuehandler.php
index 269c7db91..aa4a663b7 100644
--- a/lib/imreceiverqueuehandler.php
+++ b/lib/imreceiverqueuehandler.php
@@ -37,6 +37,6 @@ class ImReceiverQueueHandler extends QueueHandler
*/
function handle($data)
{
- return $this->plugin->receive_raw_message($data);
+ return $this->plugin->receiveRawMessage($data);
}
}