X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fombqueuehandler.php;h=1921c2bacdee0d0e06afec9898fde8aaf3cceb93;hb=06a8de060d4f24406f9589cd463812abf318f121;hp=3ffc1313bcaa1ea6377c77cccb9d9a71b8f54728;hpb=543026b8d1411c7d71a6482d0649ab3523f489b8;p=quix0rs-gnu-social.git diff --git a/lib/ombqueuehandler.php b/lib/ombqueuehandler.php index 3ffc1313bc..1921c2bacd 100644 --- a/lib/ombqueuehandler.php +++ b/lib/ombqueuehandler.php @@ -36,10 +36,10 @@ class OmbQueueHandler extends QueueHandler * @fixme doesn't currently report failure back to the queue manager * because omb_broadcast_notice() doesn't report it to us */ - function handle_notice($notice) + function handle($notice) { if ($this->is_remote($notice)) { - $this->log(LOG_DEBUG, 'Ignoring remote notice ' . $notice->id); + common_log(LOG_DEBUG, 'Ignoring remote notice ' . $notice->id); return true; } else { require_once(INSTALLDIR.'/lib/omb.php');