]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
return results of broadcasting by sms
authorEvan Prodromou <evan@prodromou.name>
Thu, 28 Aug 2008 01:26:35 +0000 (21:26 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 28 Aug 2008 01:26:35 +0000 (21:26 -0400)
darcs-hash:20080828012635-84dde-166baf7800333ee79a6bad2e5427ac7623c7614f.gz

scripts/smsqueuehandler.php

index f6738053b79da563bf0b31277a3e1007a8a16661..b75efe4edb934806adea51040b7e46d16a0dfcac 100755 (executable)
@@ -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() {