forked from GNUsocial/gnu-social
correct return values from start() in queue handlers
darcs-hash:20080828003013-84dde-7c8323ef348960f58590e872b2c4ab37107ba60a.gz
This commit is contained in:
@@ -38,8 +38,9 @@ class SmsQueueHandler {
|
||||
function transport() {
|
||||
return 'omb';
|
||||
}
|
||||
|
||||
|
||||
function start() {
|
||||
return true;
|
||||
}
|
||||
|
||||
function handle_notice($notice) {
|
||||
|
Reference in New Issue
Block a user