wrong name for attn function

This commit is contained in:
Evan Prodromou 2009-02-16 18:45:59 -05:00
parent b727e8be33
commit 419960fd19
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}