summaryrefslogtreecommitdiff
path: root/framework/Security
diff options
context:
space:
mode:
authorxue <>2005-11-21 21:01:09 +0000
committerxue <>2005-11-21 21:01:09 +0000
commitb404b6fed5dc814ceb2cf03a17b20ff9d6da775d (patch)
treee6e97ade97784a2bd085bb0ea1fc3c2c874fe96e /framework/Security
parent35c6cb9ba3eb5e77f4eb4f1a93d8569d4b291236 (diff)
Diffstat (limited to 'framework/Security')
-rw-r--r--framework/Security/TAuthManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Security/TAuthManager.php b/framework/Security/TAuthManager.php
index f24a1bdd..789b9fd7 100644
--- a/framework/Security/TAuthManager.php
+++ b/framework/Security/TAuthManager.php
@@ -155,7 +155,7 @@ class TAuthManager extends TComponent implements IModule
$this->onAuthenticate($param);
$service=$this->_application->getService();
- if(($service instanceof TPageService) && $service->isRequestingPage($this->getLoginPage()))
+ if(($service instanceof TPageService) && $service->getRequestedPagePath()===$this->getLoginPage())
$this->_skipAuthorization=true;
}