enqueue_outgoing_raw -> enqueueOutgoingRaw

This commit is contained in:
Craig Andrews
2010-08-31 00:05:03 -04:00
parent b05ab5fc85
commit e7a026091c
6 changed files with 9 additions and 9 deletions

View 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);
}
//@{