SHOW:
|
|
- or go back to the newest paste.
| 1 | public function actionFbIn() | |
| 2 | {
| |
| 3 | if ($this->user->isLoggedIn()) {
| |
| 4 | $this->redirect('Homepage:default');
| |
| 5 | } | |
| 6 | - | $this->redirect('facebookLogin-open!');
|
| 6 | + | |
| 7 | $this['facebookLogin']->handleLogin(); | |
| 8 | } |