summaryrefslogtreecommitdiff
path: root/scripts/smsqueuehandler.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-27 20:30:13 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-27 20:30:13 -0400
commit08d5107cf1a69c2640c96ee8a3d834541a530146 (patch)
treef303c79a9f0e19f57e5f2da596accd32dc3e9240 /scripts/smsqueuehandler.php
parent9cdb33ac0e79ce386dc7ab822755c5ef7080f3be (diff)
correct return values from start() in queue handlers
darcs-hash:20080828003013-84dde-7c8323ef348960f58590e872b2c4ab37107ba60a.gz
Diffstat (limited to 'scripts/smsqueuehandler.php')
-rwxr-xr-xscripts/smsqueuehandler.php3
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) {