mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
Replaced direct calls to App->user
This commit is contained in:
parent
2d4ecd5ccf
commit
e823a1bd05
10 changed files with 12 additions and 12 deletions
|
@ -283,7 +283,7 @@ function jappixmini_settings(App $a, &$s)
|
|||
}
|
||||
|
||||
if (($username == "") && DI::config()->get("jappixmini", "default_user")) {
|
||||
$username = $a->user["nickname"];
|
||||
$username = $a->getNickname();
|
||||
}
|
||||
|
||||
$info_text = DI::config()->get("jappixmini", "infotext");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue