From 00e21d4a6f8b24bf4418df0385cf74b2de5e77bc Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 31 Aug 2010 00:16:47 -0400 Subject: [PATCH] broadcast_notice -> broadcastNotice --- lib/implugin.php | 2 +- lib/imqueuehandler.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/implugin.php b/lib/implugin.php index a6a30b042f..25a6614c6a 100644 --- a/lib/implugin.php +++ b/lib/implugin.php @@ -318,7 +318,7 @@ abstract class ImPlugin extends Plugin * @return boolean success flag */ - function broadcast_notice($notice) + function broadcastNotice($notice) { $ni = $notice->whoGets(); diff --git a/lib/imqueuehandler.php b/lib/imqueuehandler.php index b42d8e7c0b..9c48c7093c 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);