HosipLan

Untitled

Aug 24th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     public function actionFbIn()
  2.     {
  3.         if ($this->user->isLoggedIn()) {
  4.             $this->redirect('Homepage:default');
  5.         }
  6.  
  7.         $this['facebookLogin']->handleLogin();
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment