X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fimqueuehandler.php;h=9c35890c62c47d9bae54903c7b321b687e7f49c8;hb=41fe435553a4fd754355b7685378cad7843c681c;hp=9c48c7093c1cbda62ca48773019efecd3ce7c589;hpb=00e21d4a6f8b24bf4418df0385cf74b2de5e77bc;p=quix0rs-gnu-social.git diff --git a/lib/imqueuehandler.php b/lib/imqueuehandler.php index 9c48c7093c..9c35890c62 100644 --- a/lib/imqueuehandler.php +++ b/lib/imqueuehandler.php @@ -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; }