summaryrefslogtreecommitdiff
path: root/framework/Security/TUserManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Security/TUserManager.php')
-rw-r--r--framework/Security/TUserManager.php2
1 files changed, 1 insertions, 1 deletions
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;