summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/auth/basic.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/auth/basic.class.php b/inc/auth/basic.class.php
index c93e3d5c5..5af70a47a 100644
--- a/inc/auth/basic.class.php
+++ b/inc/auth/basic.class.php
@@ -327,7 +327,7 @@ class auth_basic {
* Check Session Cache validity [implement only where required/possible]
*
* DokuWiki caches user info in the user's session for the timespan defined
- * in $conf['securitytimeout'].
+ * in $conf['auth_security_timeout'].
*
* This makes sure slow authentication backends do not slow down DokuWiki.
* This also means that changes to the user database will not be reflected