]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
require xmppqueuehandler in jabberqueuehandler
authorEvan Prodromou <evan@prodromou.name>
Thu, 4 Sep 2008 19:44:56 +0000 (15:44 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 4 Sep 2008 19:44:56 +0000 (15:44 -0400)
darcs-hash:20080904194456-84dde-16fa43e8158134dcc91b4ecbe04ebf10ad85605a.gz

scripts/jabberqueuehandler.php

index 196b3bf6bf10d73a9f5d2017051ca3271b92b460..24f818a0c56fdfd92ebf8228eb569499023493d4 100755 (executable)
@@ -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');