Browse Source

Rename `\yii\web\User` component param for consistency

tags/2.0.0-rc
Alexander Kochetov 10 years ago
parent
commit
090e550a3d
  1. 2
      framework/web/User.php

2
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]].
*/

Loading…
Cancel
Save