forked from GNUsocial/gnu-social
wrong name for attn function
This commit is contained in:
parent
b727e8be33
commit
419960fd19
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user