mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 03:48:49 +00:00
"getUserNickname" is now "getLoggedInUserNickname"
This commit is contained in:
parent
9cf43bb85b
commit
08c64387d7
4 changed files with 4 additions and 4 deletions
|
@ -283,7 +283,7 @@ function jappixmini_settings(App $a, &$s)
|
|||
}
|
||||
|
||||
if (($username == "") && DI::config()->get("jappixmini", "default_user")) {
|
||||
$username = $a->getUserNickname();
|
||||
$username = $a->getLoggedInUserNickname();
|
||||
}
|
||||
|
||||
$info_text = DI::config()->get("jappixmini", "infotext");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue