From: Evan Prodromou Date: Thu, 28 Aug 2008 01:26:35 +0000 (-0400) Subject: return results of broadcasting by sms X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dbf28603fab3824fbaa4afc52c3f8d32f31b5041;p=quix0rs-gnu-social.git return results of broadcasting by sms darcs-hash:20080828012635-84dde-166baf7800333ee79a6bad2e5427ac7623c7614f.gz --- diff --git a/scripts/smsqueuehandler.php b/scripts/smsqueuehandler.php index f6738053b7..b75efe4edb 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() {