X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fimqueuehandler.php;h=9c35890c62c47d9bae54903c7b321b687e7f49c8;hb=b15f5f0cafc08c9b63090c5b4f7494fca0634238;hp=b42d8e7c0b8d421160c02ff72f4c69e939ab0846;hpb=01a03e34c8d286011c0f4301e60c103d992a449a;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; }