mirror of
https://github.com/friendica/friendica
synced 2025-04-23 19:50:11 +00:00
Replace "notice" calls
This commit is contained in:
parent
62a0d55fc8
commit
4ff7c37f85
10 changed files with 42 additions and 42 deletions
|
@ -108,7 +108,7 @@ class Delegation extends BaseModule
|
|||
$ret = [];
|
||||
Hook::callAll('home_init', $ret);
|
||||
|
||||
notice($this->t('You are now logged in as %s', $user['username']));
|
||||
DI::sysmsg()->addNotice($this->t('You are now logged in as %s', $user['username']));
|
||||
|
||||
DI::baseUrl()->redirect('network');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue