X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fsmsqueuehandler.php;h=6085d2b4ac545b63643979c043a23fe107eba774;hb=ca2a88545d353f0e887f48fe0e3bd43b505031ca;hp=48a96409d0d926e4d0b4b3a3fe04fa53d97e4dd1;hpb=436b8c845ea8fcc84f7f2bff71a7fa700d262a01;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);