Many deprecated function calls are replaced

This commit is contained in:
Michael 2024-05-13 16:19:19 +00:00
parent cfad5809ff
commit 60f5fd8188
28 changed files with 61 additions and 71 deletions

View file

@ -51,7 +51,7 @@ class Home extends BaseModule
Hook::callAll('home_init', $ret);
if (DI::userSession()->getLocalUserId() && ($app->getLoggedInUserNickname())) {
if (DI::userSession()->getLocalUserId() && (DI::userSession()->getLocalUserNickname())) {
DI::baseUrl()->redirect('network');
}