]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Xmpp/Queued_XMPP.php
Merge branch '1.0.x' into testing
[quix0rs-gnu-social.git] / plugins / Xmpp / Queued_XMPP.php
index 73eff22467b52e8a38354a131c077f7af0248059..24f542805b2a068139e889ad78ade80a26f428a5 100644 (file)
@@ -79,7 +79,7 @@ class Queued_XMPP extends XMPPHP_XMPP
      */
     public function send($msg, $timeout=NULL)
     {
-        $this->plugin->enqueue_outgoing_raw($msg);
+        $this->plugin->enqueueOutgoingRaw($msg);
     }
 
     //@{