]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/ombqueuehandler.php
Merge branch '1.0.x' into schema-x
[quix0rs-gnu-social.git] / lib / ombqueuehandler.php
index 3ffc1313bcaa1ea6377c77cccb9d9a71b8f54728..1921c2bacdee0d0e06afec9898fde8aaf3cceb93 100644 (file)
@@ -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');