mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Move Notify::TYPE_WALL
This commit is contained in:
parent
6e45514e2c
commit
b86ad37001
5 changed files with 8 additions and 6 deletions
|
@ -212,7 +212,7 @@ function notification($params)
|
|||
$itemlink = $params['link'];
|
||||
}
|
||||
|
||||
if ($params['type'] == NOTIFY_WALL) {
|
||||
if ($params['type'] == Notify\Type::WALL) {
|
||||
$subject = $l10n->t('[Friendica:Notify] %s posted to your profile wall', $params['source_name']);
|
||||
|
||||
$preamble = $l10n->t('%1$s posted to your profile wall at %2$s', $params['source_name'], $sitename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue