From b63e188cecb5d8ccc44d310aaca09ea8270cd797 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 15 Dec 2005 21:55:11 +0000 Subject: Fixed a bug about exception name. --- framework/Security/TUserManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/Security/TUserManager.php b/framework/Security/TUserManager.php index 783d1c60..a6d3b8de 100644 --- a/framework/Security/TUserManager.php +++ b/framework/Security/TUserManager.php @@ -241,7 +241,7 @@ class TUserManager extends TModule $this->loadUserData($dom); } else - throw new TInvalidConfigurationException('usermanager_userfile_invalid',$this->_userFile); + throw new TConfigurationException('usermanager_userfile_invalid',$this->_userFile); } $this->loadUserData($config); $this->_initialized=true; -- cgit v1.2.3