mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:10:11 +00:00
Move Notify::TYPE_INTRO
This commit is contained in:
parent
97b6f6b3b3
commit
cfd50f9abb
8 changed files with 24 additions and 8 deletions
|
@ -276,7 +276,7 @@ function notification($params)
|
|||
$hsitelink = sprintf($sitelink, '<a href="'.$siteurl.'">'.$sitename.'</a>');
|
||||
}
|
||||
|
||||
if ($params['type'] == NOTIFY_INTRO) {
|
||||
if ($params['type'] == Notify\Type::INTRO) {
|
||||
$itemlink = $params['link'];
|
||||
$subject = $l10n->t('[Friendica:Notify] Introduction received');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue