diff options
author | Craig Andrews <candrews@integralblue.com> | 2010-01-20 16:31:48 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2010-01-20 20:15:09 -0500 |
commit | 77ea02cac3576f395e4548e7e6cbace90ba566ea (patch) | |
tree | 951ac34544643a936a3ff814d88d4600cefd9920 /lib/smsqueuehandler.php | |
parent | 6a93cb2985649540e99d9fee053e9f2816cdff13 (diff) |
Any object (not just Notice's) can be queued
Diffstat (limited to 'lib/smsqueuehandler.php')
-rw-r--r-- | lib/smsqueuehandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smsqueuehandler.php b/lib/smsqueuehandler.php index 48a96409d..6085d2b4a 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); |