diff options
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');
}
}
|