diff options
author | Robin McCorkell <robin@mccorkell.me.uk> | 2016-04-14 00:49:47 +0100 |
---|---|---|
committer | Robin McCorkell <robin@mccorkell.me.uk> | 2016-04-14 00:49:47 +0100 |
commit | 9a78cac2eb63c81372e4ff4b9966d34ca160634b (patch) | |
tree | d676555513b40bd886ffaa816005098949db5d2f /apps/files_external/appinfo/app.php | |
parent | 4717605d22f5f60e887b5584e8da25b8ef69cdf4 (diff) | |
download | nextcloud-server-9a78cac2eb63c81372e4ff4b9966d34ca160634b.tar.gz nextcloud-server-9a78cac2eb63c81372e4ff4b9966d34ca160634b.zip |
Fix OCA\Files\External\Api namespace
Diffstat (limited to 'apps/files_external/appinfo/app.php')
-rw-r--r-- | apps/files_external/appinfo/app.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php index c98e772aa40..18f8b2551fa 100644 --- a/apps/files_external/appinfo/app.php +++ b/apps/files_external/appinfo/app.php @@ -27,7 +27,6 @@ */ OC::$CLASSPATH['OC_Mount_Config'] = 'files_external/lib/config.php'; -OC::$CLASSPATH['OCA\Files\External\Api'] = 'files_external/lib/api.php'; require_once __DIR__ . '/../3rdparty/autoload.php'; |