Merge pull request #4167 from raeef-refai/patch-1

Update QueryParamAuth.php
This commit is contained in:
Qiang Xue
2014-07-01 23:28:14 -04:00

View File

@ -47,6 +47,6 @@ class QueryParamAuth extends AuthMethod
*/
public function handleFailure($response)
{
throw new UnauthorizedHttpException('You are requesting with an invalid access token.');
throw new UnauthorizedHttpException(Yii::t('yii', 'You are requesting with an invalid access token.'));
}
}