Browse Source

typo fix.

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
af33e821a0
  1. 2
      framework/web/Request.php

2
framework/web/Request.php

@ -828,7 +828,7 @@ class Request extends \yii\base\Request
} }
/** /**
* @return string the password sent via HTTP authentication, null if the username is not given * @return string the password sent via HTTP authentication, null if the password is not given
*/ */
public function getAuthPassword() public function getAuthPassword()
{ {

Loading…
Cancel
Save