Browse Source

Merge pull request #1829 from munawer-t/master

Typo fix
tags/2.0.0-beta
Paul Klimov 11 years ago
parent
commit
7c9f5b3b8d
  1. 4
      extensions/yii/authclient/AuthAction.php

4
extensions/yii/authclient/AuthAction.php

@ -36,7 +36,7 @@ use Yii;
*
* public function successCallback($client)
* {
* $atributes = $client->getUserAttributes();
* $attributes = $client->getUserAttributes();
* // user login or signup comes here
* }
* }
@ -74,7 +74,7 @@ class AuthAction extends Action
* ~~~
* public function onAuthSuccess($client)
* {
* $atributes = $client->getUserAttributes();
* $attributes = $client->getUserAttributes();
* // user login or signup comes here
* }
* ~~~

Loading…
Cancel
Save