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 @@