diff options
author | xue <> | 2007-03-09 20:31:37 +0000 |
---|---|---|
committer | xue <> | 2007-03-09 20:31:37 +0000 |
commit | 8375e06bc985d25d6dadf146111fe8eaf40e8a26 (patch) | |
tree | c90d4a5dc6dcc351286fc04bb19a1aeb625378c6 /framework/Security | |
parent | 612c7553d7bb6a067b6eb49602f67a4893cc4902 (diff) |
added exception message.
Diffstat (limited to 'framework/Security')
-rw-r--r-- | framework/Security/TDbUserManager.php | 2 |
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');
}
}
|