Remove facebook broadcast from unqueuemanager. That's now

added by an event.
This commit is contained in:
Zach Copley 2009-10-21 01:18:36 +00:00
parent aa58e8a738
commit 6199d31acc
1 changed files with 0 additions and 6 deletions

View File

@ -48,12 +48,6 @@ class UnQueueManager
jabber_public_notice($notice);
}
break;
case 'facebook':
if ($this->_isLocal($notice)) {
require_once INSTALLDIR . '/lib/facebookutil.php';
return facebookBroadcastNotice($notice);
}
break;
case 'ping':
if ($this->_isLocal($notice)) {
require_once INSTALLDIR . '/lib/ping.php';