diff options
author | ctrlaltca <> | 2012-10-17 12:37:48 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-10-17 12:37:48 +0000 |
commit | cd88852b2f67529a9071622988d7c4a76429a670 (patch) | |
tree | 2adb813d2edea7fa9400f1cc5ec37aa20e919226 /framework | |
parent | e2487dd82491ee00b750d0bf2ed06f2da5adac7c (diff) |
fix TDBUser documentation
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.) * |