]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/queued_xmpp.php
Merge branch 'master' into testing
[quix0rs-gnu-social.git] / lib / queued_xmpp.php
index 4b890c4ca4502974716db5824147e39d42ebc605..fdd074db2996e422e934d1efa473d1df514b1526 100644 (file)
@@ -63,7 +63,7 @@ class Queued_XMPP extends XMPPHP_XMPP
      */
     public function send($msg, $timeout=NULL)
     {
-        $qm = QueueManager::get();
+        $qm = QueueManager::get('xmppout');
         $qm->enqueue(strval($msg), 'xmppout');
     }