summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-09-04 15:44:56 -0400
committerEvan Prodromou <evan@prodromou.name>2008-09-04 15:44:56 -0400
commitfd7e30c83e478f1961d6082c5f57f4e64fa52da3 (patch)
tree32a4e10a4c7ee2d65c0595de07d3a11ebbcc4add /scripts
parent12b7829f66c9d8a2eae6b524d192e17d2bde3e1f (diff)
require xmppqueuehandler in jabberqueuehandler
darcs-hash:20080904194456-84dde-16fa43e8158134dcc91b4ecbe04ebf10ad85605a.gz
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/jabberqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
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');