Some more deprecated function calls are replaced

This commit is contained in:
Michael 2024-05-14 08:37:10 +00:00
commit e12f92e516
30 changed files with 101 additions and 163 deletions

View file

@ -64,7 +64,7 @@ class Logout extends BaseModule
{
$visitor_home = null;
if ($this->session->getRemoteUserId()) {
$visitor_home = Profile::getMyURL();
$visitor_home = $this->session->getMyUrl();
$this->cache->delete('zrlInit:' . $visitor_home);
}