diff options
Diffstat (limited to 'scripts/smsqueuehandler.php')
-rwxr-xr-x | scripts/smsqueuehandler.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/smsqueuehandler.php b/scripts/smsqueuehandler.php index 99dd9cf77..dc78d6680 100755 --- a/scripts/smsqueuehandler.php +++ b/scripts/smsqueuehandler.php @@ -38,8 +38,9 @@ class SmsQueueHandler { function transport() { return 'omb'; } - + function start() { + return true; } function handle_notice($notice) { |