Browse Source

Typo fix

tags/2.0.0-beta
munawer-t 11 years ago
parent
commit
5c4d8b0761
  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