Move Notify::TYPE_WALL

This commit is contained in:
nupplaPhil 2020-02-04 22:07:10 +01:00
parent 6e45514e2c
commit b86ad37001
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
5 changed files with 8 additions and 6 deletions

View file

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