From 090e550a3dcc121d29f3deb0c9a64f74d047cf4c Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Wed, 10 Sep 2014 05:55:07 +0400 Subject: [PATCH] Rename `\yii\web\User` component param for consistency --- framework/web/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/web/User.php b/framework/web/User.php index 5d595d320d..981b8fa82d 100644 --- a/framework/web/User.php +++ b/framework/web/User.php @@ -131,7 +131,7 @@ class User extends Component * @var string the session variable name used to store the value of absolute expiration timestamp of the authenticated state. * This is used when [[absoluteAuthTimeout]] is set. */ - public $absoluteAuthTimeoutParam = '__absolute_expire'; + public $absoluteAuthTimeoutParam = '__absoluteExpire'; /** * @var string the session variable name used to store the value of [[returnUrl]]. */