1
0
Fork 0

"getUserNickname" is now "getLoggedInUserNickname"

This commit is contained in:
Michael 2021-08-09 19:48:39 +00:00
commit 15b93b4459
27 changed files with 45 additions and 45 deletions

View file

@ -68,7 +68,7 @@ class Introduction extends BaseFactory
$this->l10n = $l10n;
$this->pConfig = $pConfig;
$this->session = $session;
$this->nick = $app->getUserNickname() ?? '';
$this->nick = $app->getLoggedInUserNickname() ?? '';
}
/**