Active
Project:
Agenda
Version:
7.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2015 at 22:05 UTC
Updated:
7 Sep 2015 at 22:05 UTC
Jump to comment: Most recent
The google-api-php-client is loaded with the following (deprecated) location:
//Including the google-api-php-client library (required).
$autoload_path = libraries_get_path('google-api-php-client') . '/autoload.php';
and the new path should be:
$autoload_path = libraries_get_path('google-api-php-client') . '/src/Google/autoload.php';
Comments