Remove facebook broadcast from unqueuemanager. That's now
added by an event.
This commit is contained in:
parent
aa58e8a738
commit
6199d31acc
@ -48,12 +48,6 @@ class UnQueueManager
|
|||||||
jabber_public_notice($notice);
|
jabber_public_notice($notice);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'facebook':
|
|
||||||
if ($this->_isLocal($notice)) {
|
|
||||||
require_once INSTALLDIR . '/lib/facebookutil.php';
|
|
||||||
return facebookBroadcastNotice($notice);
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
case 'ping':
|
case 'ping':
|
||||||
if ($this->_isLocal($notice)) {
|
if ($this->_isLocal($notice)) {
|
||||||
require_once INSTALLDIR . '/lib/ping.php';
|
require_once INSTALLDIR . '/lib/ping.php';
|
||||||
|
Loading…
Reference in New Issue
Block a user