]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
broadcast_notice -> broadcastNotice
authorCraig Andrews <candrews@integralblue.com>
Tue, 31 Aug 2010 04:16:47 +0000 (00:16 -0400)
committerCraig Andrews <candrews@integralblue.com>
Fri, 3 Sep 2010 21:50:29 +0000 (17:50 -0400)
lib/implugin.php
lib/imqueuehandler.php

index a6a30b042f5f8d289392b3531e46159396507305..25a6614c6a01609129de3d0a56f25acf42a10270 100644 (file)
@@ -318,7 +318,7 @@ abstract class ImPlugin extends Plugin
      * @return boolean success flag
      */
 
-    function broadcast_notice($notice)
+    function broadcastNotice($notice)
     {
 
         $ni = $notice->whoGets();
index b42d8e7c0b8d421160c02ff72f4c69e939ab0846..9c48c7093c1cbda62ca48773019efecd3ce7c589 100644 (file)
@@ -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);