diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-16 18:45:59 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-16 18:45:59 -0500 |
commit | 419960fd19c21007958973af5151a84e00b164f8 (patch) | |
tree | 6b91e11f7240f0f89a4f106c852098762da2eac2 /classes/Notice.php | |
parent | b727e8be33f5f5aaf0d319cdd11d422556e6167a (diff) |
wrong name for attn function
Diffstat (limited to 'classes/Notice.php')
-rw-r--r-- | classes/Notice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice.php b/classes/Notice.php index 570d76f61..8300667fa 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); } } } |