From fd7e30c83e478f1961d6082c5f57f4e64fa52da3 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 4 Sep 2008 15:44:56 -0400 Subject: require xmppqueuehandler in jabberqueuehandler darcs-hash:20080904194456-84dde-16fa43e8158134dcc91b4ecbe04ebf10ad85605a.gz --- scripts/jabberqueuehandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/jabberqueuehandler.php') diff --git a/scripts/jabberqueuehandler.php b/scripts/jabberqueuehandler.php index 196b3bf6b..24f818a0c 100755 --- a/scripts/jabberqueuehandler.php +++ b/scripts/jabberqueuehandler.php @@ -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'); -- cgit v1.2.3-54-g00ecf