diff options
Diffstat (limited to 'framework')
-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 8c875148..e7269937 100644 --- a/framework/Security/TDbUserManager.php +++ b/framework/Security/TDbUserManager.php @@ -300,7 +300,7 @@ abstract class TDbUser extends TUser /** * Saves necessary auth data into a cookie. - * This method is invoked when {@link TAuthManager::rememberLogin} is invoked. + * This method is invoked when {@link TAuthManager::setAllowAutoLogin AllowAutoLogin} is set true. * The default implementation does nothing, meaning auth data is not stored in the cookie * (and thus automatic login is not supported.) * |