mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
Once again, notices ... (#5535)
This commit is contained in:
parent
4bd7daa205
commit
71b1638d9a
6 changed files with 15 additions and 4 deletions
|
@ -95,6 +95,7 @@ function notification($params)
|
|||
|
||||
if ($params['type'] == NOTIFY_MAIL) {
|
||||
$itemlink = $siteurl.'/message/'.$params['item']['id'];
|
||||
$params["link"] = $itemlink;
|
||||
|
||||
$subject = L10n::t('[Friendica:Notify] New mail received at %s', $sitename);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue