summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/google.php
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2012-06-13 13:54:32 -0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2012-06-13 13:54:50 -0400
commitbd01e9346941fa85b4bb96a42cecdbc50e51c368 (patch)
treec72a41ad073894ddb4f4811e197d9cd7725bc777 /apps/files_external/lib/google.php
parent613a122437a5fff0eb8c502719f8203ea0a61e81 (diff)
downloadnextcloud-server-bd01e9346941fa85b4bb96a42cecdbc50e51c368.tar.gz
nextcloud-server-bd01e9346941fa85b4bb96a42cecdbc50e51c368.zip
Add support for mounting Google Drive in external storage UI
Diffstat (limited to 'apps/files_external/lib/google.php')
-rw-r--r--apps/files_external/lib/google.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/google.php b/apps/files_external/lib/google.php
index d2285a6d82c..c2a4af0ff8a 100644
--- a/apps/files_external/lib/google.php
+++ b/apps/files_external/lib/google.php
@@ -20,7 +20,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-require_once 'common.inc.php';
+require_once 'Google/common.inc.php';
class OC_Filestorage_Google extends OC_Filestorage_Common {