]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/imqueuehandler.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / lib / imqueuehandler.php
index 9c48c7093c1cbda62ca48773019efecd3ce7c589..9c35890c62c47d9bae54903c7b321b687e7f49c8 100644 (file)
@@ -40,7 +40,7 @@ class ImQueueHandler extends QueueHandler
         $this->plugin->broadcastNotice($notice);
         if ($notice->is_local == Notice::LOCAL_PUBLIC ||
             $notice->is_local == Notice::LOCAL_NONPUBLIC) {
-            $this->plugin->public_notice($notice);
+            $this->plugin->publicNotice($notice);
         }
         return true;
     }