diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-09-04 15:44:56 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-09-04 15:44:56 -0400 |
commit | fd7e30c83e478f1961d6082c5f57f4e64fa52da3 (patch) | |
tree | 32a4e10a4c7ee2d65c0595de07d3a11ebbcc4add /scripts/jabberqueuehandler.php | |
parent | 12b7829f66c9d8a2eae6b524d192e17d2bde3e1f (diff) |
require xmppqueuehandler in jabberqueuehandler
darcs-hash:20080904194456-84dde-16fa43e8158134dcc91b4ecbe04ebf10ad85605a.gz
Diffstat (limited to 'scripts/jabberqueuehandler.php')
-rwxr-xr-x | scripts/jabberqueuehandler.php | 2 |
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'); |