summaryrefslogtreecommitdiff
path: root/scripts/smsqueuehandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/smsqueuehandler.php')
-rwxr-xr-xscripts/smsqueuehandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/smsqueuehandler.php b/scripts/smsqueuehandler.php
index f6738053b..b75efe4ed 100755
--- a/scripts/smsqueuehandler.php
+++ b/scripts/smsqueuehandler.php
@@ -44,7 +44,7 @@ class SmsQueueHandler extends QueueHandler {
}
function handle_notice($notice) {
- mail_broadcast_notice_sms($notice);
+ return mail_broadcast_notice_sms($notice);
}
function finish() {