Changed function name

This commit is contained in:
Michael 2021-08-09 15:29:26 +00:00
parent 9ad7500146
commit 9cf43bb85b
4 changed files with 4 additions and 4 deletions

View file

@ -283,7 +283,7 @@ function jappixmini_settings(App $a, &$s)
}
if (($username == "") && DI::config()->get("jappixmini", "default_user")) {
$username = $a->getNickname();
$username = $a->getUserNickname();
}
$info_text = DI::config()->get("jappixmini", "infotext");