]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/smsqueuehandler.php
Merge branch 'remove_broken_plugins_from_default' into 'nightly'
[quix0rs-gnu-social.git] / lib / smsqueuehandler.php
index 48a96409d0d926e4d0b4b3a3fe04fa53d97e4dd1..6085d2b4ac545b63643979c043a23fe107eba774 100644 (file)
@@ -31,7 +31,7 @@ class SmsQueueHandler extends QueueHandler
         return 'sms';
     }
 
-    function handle_notice($notice)
+    function handle($notice)
     {
        require_once(INSTALLDIR.'/lib/mail.php');
         return mail_broadcast_notice_sms($notice);