summaryrefslogtreecommitdiff
path: root/lib/imqueuehandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/imqueuehandler.php')
-rw-r--r--lib/imqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/imqueuehandler.php b/lib/imqueuehandler.php
index b42d8e7c0..9c48c7093 100644
--- a/lib/imqueuehandler.php
+++ b/lib/imqueuehandler.php
@@ -37,7 +37,7 @@ class ImQueueHandler extends QueueHandler
*/
function handle($notice)
{
- $this->plugin->broadcast_notice($notice);
+ $this->plugin->broadcastNotice($notice);
if ($notice->is_local == Notice::LOCAL_PUBLIC ||
$notice->is_local == Notice::LOCAL_NONPUBLIC) {
$this->plugin->public_notice($notice);