From 69704f981ea14ecdb603f2f875ec262a148706d2 Mon Sep 17 00:00:00 2001 From: Minimax42 Date: Sat, 23 May 2015 21:39:50 +0200 Subject: [PATCH] Corrected path to autoload.php --- src/Google/Client.php | 2 +- src/Google/Collection.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Google/Client.php b/src/Google/Client.php index e699352dc..5c9235c19 100644 --- a/src/Google/Client.php +++ b/src/Google/Client.php @@ -16,7 +16,7 @@ */ if (!class_exists('Google_Client')) { - require_once dirname(__FILE__) . '/../autoload.php'; + require_once dirname(__FILE__) . '/autoload.php'; } /** diff --git a/src/Google/Collection.php b/src/Google/Collection.php index 3f4c3011a..deed7111b 100644 --- a/src/Google/Collection.php +++ b/src/Google/Collection.php @@ -1,7 +1,7 @@