MDL-49519 libraries: Update references to new Google API library

This commit is contained in:
Dave Cooper
2015-04-08 02:26:16 +02:00
committed by Eloy Lafuente (stronk7)
parent aec4292cbd
commit fa48383bfa
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -24,8 +24,8 @@
defined('MOODLE_INTERNAL') || die();
require_once($CFG->libdir . '/filelib.php');
require_once($CFG->libdir . '/google/Google/IO/Curl.php');
require_once($CFG->libdir . '/google/Google/IO/Exception.php');
require_once($CFG->libdir . '/google/src/Google/IO/Curl.php');
require_once($CFG->libdir . '/google/src/Google/IO/Exception.php');
/**
* Class moodle_google_curlio.
+1 -1
View File
@@ -28,7 +28,7 @@ require_once($CFG->libdir . '/weblib.php');
// Update the include_path so that the library can use require_once in its own files.
set_include_path(get_include_path() . PATH_SEPARATOR . $CFG->libdir . '/google');
require_once($CFG->libdir . '/google/Google/Client.php');
require_once($CFG->libdir . '/google/src/Google/Client.php');
require_once($CFG->libdir . '/google/curlio.php');
/**
+1 -1
View File
@@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die();
require_once($CFG->dirroot . '/repository/lib.php');
require_once($CFG->libdir . '/google/lib.php');
require_once($CFG->libdir . '/google/Google/Service/Drive.php');
require_once($CFG->libdir . '/google/src/Google/Service/Drive.php');
/**
* Google Docs Plugin