diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Security/TAuthManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Security/TAuthManager.php b/framework/Security/TAuthManager.php index e578f0c9..ef9f47f9 100644 --- a/framework/Security/TAuthManager.php +++ b/framework/Security/TAuthManager.php @@ -292,7 +292,7 @@ class TAuthManager extends TModule throw new TConfigurationException('authmanager_session_required');
else
{
- $this->getUser()->setIsGuest(true);
+ $this->getApplication()->getUser()->setIsGuest(true);
$session->destroy();
}
}
|