Some more deprecated function calls are replaced
This commit is contained in:
parent
bd6616e84f
commit
e12f92e516
30 changed files with 101 additions and 163 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue