]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Forgot semicolon
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 14 Jan 2016 01:05:33 +0000 (02:05 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 14 Jan 2016 01:05:33 +0000 (02:05 +0100)
lib/dbqueuemanager.php

index 5497a1089a30dccdb60e643550a0daee904c2f94..62a544b1c4b8fbd4f5a97b0487ba55b74ab2cb05 100644 (file)
@@ -91,7 +91,7 @@ class DBQueueManager extends QueueManager
         
         try {
             $handler = $this->getHandler($qi->transport);
-            $result = $handler->handle($item)
+            $result = $handler->handle($item);
         } catch (NoQueueHandlerException $e) {
             $this->noHandlerFound($qi, $rep);
             return true;