]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/unqueuemanager.php
.inc.php please ...
[quix0rs-gnu-social.git] / lib / unqueuemanager.php
index 5595eac052c18baab2b1effe6879a3c5031fcfd6..785de7c8ce25b629a7665fbb1ab3df22e19ab997 100644 (file)
@@ -47,7 +47,7 @@ class UnQueueManager extends QueueManager
         
         $handler = $this->getHandler($queue);
         if ($handler) {
-            $handler->handle_notice($notice);
+            $handler->handle($notice);
         } else {
             if (Event::handle('UnqueueHandleNotice', array(&$notice, $queue))) {
                 throw new ServerException("UnQueueManager: Unknown queue: $queue");