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

@ -105,7 +105,7 @@ class Edit extends BaseModule
$this->page['htmlhead'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('jot-header.tpl'), [
'$ispublic' => ' ',
'$geotag' => '',
'$nickname' => $this->app->getLoggedInUserNickname(),
'$nickname' => $this->session->getLocalUserNickname(),
'$is_mobile' => $this->mode->isMobile(),
]);