]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/ombqueuehandler.php
Initial upgraded Atom output for group timelines
[quix0rs-gnu-social.git] / lib / ombqueuehandler.php
index 24896c784c78ed1105bd006afd418fd9e9e99718..1921c2bacdee0d0e06afec9898fde8aaf3cceb93 100644 (file)
@@ -39,7 +39,7 @@ class OmbQueueHandler extends QueueHandler
     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');