summaryrefslogtreecommitdiff
path: root/framework/Security
diff options
context:
space:
mode:
authorctrlaltca <>2012-10-17 12:37:48 +0000
committerctrlaltca <>2012-10-17 12:37:48 +0000
commitcd88852b2f67529a9071622988d7c4a76429a670 (patch)
tree2adb813d2edea7fa9400f1cc5ec37aa20e919226 /framework/Security
parente2487dd82491ee00b750d0bf2ed06f2da5adac7c (diff)
fix TDBUser documentation
Diffstat (limited to 'framework/Security')
-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 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.)
*