]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
require mail for sms, not omb
authorEvan Prodromou <evan@prodromou.name>
Sat, 30 Aug 2008 07:03:09 +0000 (03:03 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sat, 30 Aug 2008 07:03:09 +0000 (03:03 -0400)
darcs-hash:20080830070309-84dde-14a3492cb8132f6a8008d482caa753df2c79ff46.gz

scripts/smsqueuehandler.php

index b75efe4edb934806adea51040b7e46d16a0dfcac..0af3dc4e2d75ea4dc4bd98e54507e37cb025084e 100755 (executable)
@@ -28,7 +28,7 @@ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
 define('LACONICA', true);
 
 require_once(INSTALLDIR . '/lib/common.php');
-require_once(INSTALLDIR . '/lib/omb.php');
+require_once(INSTALLDIR . '/lib/mail.php');
 require_once(INSTALLDIR . '/lib/queuehandler.php');
 
 set_error_handler('common_error_handler');