require mail for sms, not omb

darcs-hash:20080830070309-84dde-14a3492cb8132f6a8008d482caa753df2c79ff46.gz
This commit is contained in:
Evan Prodromou 2008-08-30 03:03:09 -04:00
parent 136f9a4016
commit 48535515e0
1 changed files with 1 additions and 1 deletions

View File

@ -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');