mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 08:45:14 +02:00
Use correct class name to send post to email recipients. Fix #1437
This commit is contained in:
parent
b2a86ceeaa
commit
05d1aaf0ed
1 changed files with 9 additions and 9 deletions
|
@ -984,7 +984,7 @@ function item_post(&$a) {
|
||||||
'htmlVersion' => $message,
|
'htmlVersion' => $message,
|
||||||
'textVersion' => html2plain($html.$disclaimer),
|
'textVersion' => html2plain($html.$disclaimer),
|
||||||
);
|
);
|
||||||
enotify::send($params);
|
Emailer::send($params);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue