From: Evan Prodromou Date: Mon, 16 Feb 2009 23:45:59 +0000 (-0500) Subject: wrong name for attn function X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=419960fd19c21007958973af5151a84e00b164f8;p=quix0rs-gnu-social.git wrong name for attn function --- diff --git a/classes/Notice.php b/classes/Notice.php index 570d76f618..8300667fa4 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -758,7 +758,7 @@ class Notice extends Memcached_DataObject foreach (array_keys($replied) as $recipient) { $user = User::staticGet('id', $recipient); if ($user) { - mail_attn_notify($user, $notice); + mail_notify_attn($user, $this); } } }