1
0
Fork 0

Changed function name

This commit is contained in:
Michael 2021-08-09 15:29:07 +00:00
commit b8fa75b2dd
34 changed files with 54 additions and 54 deletions

View file

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