summaryrefslogtreecommitdiff
path: root/framework/Security/TDbUserManager.php
diff options
context:
space:
mode:
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');
}
}