From: Evan Prodromou Date: Sat, 30 Aug 2008 07:03:09 +0000 (-0400) Subject: require mail for sms, not omb X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=48535515e096bfac30873e23f783d4863bb2b0c5;p=quix0rs-gnu-social.git require mail for sms, not omb darcs-hash:20080830070309-84dde-14a3492cb8132f6a8008d482caa753df2c79ff46.gz --- diff --git a/scripts/smsqueuehandler.php b/scripts/smsqueuehandler.php index b75efe4edb..0af3dc4e2d 100755 --- a/scripts/smsqueuehandler.php +++ b/scripts/smsqueuehandler.php @@ -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');