X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fsmsqueuehandler.php;h=6085d2b4ac545b63643979c043a23fe107eba774;hb=537125e7c63030cf3b0aa3b9fe545b21cb64560c;hp=48a96409d0d926e4d0b4b3a3fe04fa53d97e4dd1;hpb=e34ece8b0630394b606b57b19de58c830fad9c4d;p=quix0rs-gnu-social.git diff --git a/lib/smsqueuehandler.php b/lib/smsqueuehandler.php index 48a96409d0..6085d2b4ac 100644 --- a/lib/smsqueuehandler.php +++ b/lib/smsqueuehandler.php @@ -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);