require xmppqueuehandler in jabberqueuehandler

darcs-hash:20080904194456-84dde-16fa43e8158134dcc91b4ecbe04ebf10ad85605a.gz
This commit is contained in:
Evan Prodromou 2008-09-04 15:44:56 -04:00
parent 12b7829f66
commit fd7e30c83e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ define('LACONICA', true);
require_once(INSTALLDIR . '/lib/common.php');
require_once(INSTALLDIR . '/lib/jabber.php');
require_once(INSTALLDIR . '/lib/queuehandler.php');
require_once(INSTALLDIR . '/lib/xmppqueuehandler.php');
set_error_handler('common_error_handler');