Lint
This commit is contained in:
parent
5c5526f4c7
commit
fced87efd5
|
@ -89,7 +89,7 @@ class FacebookLogin extends FormWidgetBase
|
|||
$this->vars['value'] = $this->getLoadValue();
|
||||
$this->vars['model'] = $this->model;
|
||||
$this->vars['client_id'] = Setting::get('facebook_client_id');
|
||||
$this->vars['redirect_url'] = $this->redirectUri();;
|
||||
$this->vars['redirect_url'] = $this->redirectUri();
|
||||
$this->vars['state'] = $state;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue