Move Notify::TYPE_SUGGEST

This commit is contained in:
nupplaPhil 2020-02-04 22:11:11 +01:00
parent 9435cc4b88
commit 88dc3efdc9
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
5 changed files with 6 additions and 4 deletions

View file

@ -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');