diff --git a/src/application/controllers/Google.php b/src/application/controllers/Google.php index 7b881545..f8eac117 100644 --- a/src/application/controllers/Google.php +++ b/src/application/controllers/Google.php @@ -43,7 +43,7 @@ class Google extends CI_Controller { $_SESSION['oauth_provider_id'] = $provider_id; // 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()); }