mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Corrected library name (was causing an error).
This commit is contained in:
parent
3bba2269b8
commit
14c3112a08
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class Google extends CI_Controller {
|
||||||
$_SESSION['oauth_provider_id'] = $provider_id;
|
$_SESSION['oauth_provider_id'] = $provider_id;
|
||||||
|
|
||||||
// Redirect browser to google user content page.
|
// Redirect browser to google user content page.
|
||||||
$this->load->library('Google_Sync');
|
$this->load->library('Google_sync');
|
||||||
header('Location: ' . $this->google_sync->get_auth_url());
|
header('Location: ' . $this->google_sync->get_auth_url());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue