X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fimqueuehandler.php;h=9c35890c62c47d9bae54903c7b321b687e7f49c8;hb=b24d711f552854d88f2df2120672bdaf173335fc;hp=b42d8e7c0b8d421160c02ff72f4c69e939ab0846;hpb=855f1f6623e64701796f443fc20fde164b1a1846;p=quix0rs-gnu-social.git diff --git a/lib/imqueuehandler.php b/lib/imqueuehandler.php index b42d8e7c0b..9c35890c62 100644 --- a/lib/imqueuehandler.php +++ b/lib/imqueuehandler.php @@ -37,10 +37,10 @@ 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); + $this->plugin->publicNotice($notice); } return true; }