forked from GNUsocial/gnu-social
sms handler was handling omb wrongly
darcs-hash:20080830071007-84dde-7e7e52c858e3dd33d0efd02abe86e2eaa7111e4b.gz
This commit is contained in:
parent
48535515e0
commit
336812b845
@ -36,7 +36,7 @@ set_error_handler('common_error_handler');
|
||||
class SmsQueueHandler extends QueueHandler {
|
||||
|
||||
function transport() {
|
||||
return 'omb';
|
||||
return 'sms';
|
||||
}
|
||||
|
||||
function start() {
|
||||
|
Loading…
Reference in New Issue
Block a user