From 8375e06bc985d25d6dadf146111fe8eaf40e8a26 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 9 Mar 2007 20:31:37 +0000 Subject: added exception message. --- framework/Security/TDbUserManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Security/TDbUserManager.php') 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'); } } -- cgit v1.2.3