summaryrefslogtreecommitdiff
path: root/framework/Security/TDbUserManager.php
diff options
context:
space:
mode:
authorxue <>2007-03-09 20:31:37 +0000
committerxue <>2007-03-09 20:31:37 +0000
commit8375e06bc985d25d6dadf146111fe8eaf40e8a26 (patch)
treec90d4a5dc6dcc351286fc04bb19a1aeb625378c6 /framework/Security/TDbUserManager.php
parent612c7553d7bb6a067b6eb49602f67a4893cc4902 (diff)
added exception message.
Diffstat (limited to 'framework/Security/TDbUserManager.php')
-rw-r--r--framework/Security/TDbUserManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Security/TDbUserManager.php b/framework/Security/TDbUserManager.php
index 9824ba86..a2f30642 100644
--- a/framework/Security/TDbUserManager.php
+++ b/framework/Security/TDbUserManager.php
@@ -176,7 +176,7 @@ class TDbUserManager extends TModule implements IUserManager
throw new TConfigurationException('dbusermanager_connectionid_invalid',$connectionID);
}
else
- throw new TConfigurationException('dbusermanager_connectionid_empty');
+ throw new TConfigurationException('dbusermanager_connectionid_required');
}
}