sms handler was handling omb wrongly

darcs-hash:20080830071007-84dde-7e7e52c858e3dd33d0efd02abe86e2eaa7111e4b.gz
This commit is contained in:
Evan Prodromou 2008-08-30 03:10:07 -04:00
parent 48535515e0
commit 336812b845
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ set_error_handler('common_error_handler');
class SmsQueueHandler extends QueueHandler {
function transport() {
return 'omb';
return 'sms';
}
function start() {