From b404b6fed5dc814ceb2cf03a17b20ff9d6da775d Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 21 Nov 2005 21:01:09 +0000 Subject: --- framework/Security/TAuthManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Security/TAuthManager.php') 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; } -- cgit v1.2.3