mirror of
https://github.com/friendica/friendica
synced 2025-04-25 08:30:11 +00:00
Move Notify::TYPE_SUGGEST
This commit is contained in:
parent
9435cc4b88
commit
88dc3efdc9
5 changed files with 6 additions and 4 deletions
|
@ -319,7 +319,7 @@ function notification($params)
|
|||
}
|
||||
}
|
||||
|
||||
if ($params['type'] == NOTIFY_SUGGEST) {
|
||||
if ($params['type'] == Notify\Type::SUGGEST) {
|
||||
$itemlink = $params['link'];
|
||||
$subject = $l10n->t('[Friendica:Notify] Friend suggestion received');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue