diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-21 11:54:06 -0700 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-21 11:54:06 -0700 |
commit | 2a0c51a8bf5f8f4f6472e61a1ad6e0dd2f96bf78 (patch) | |
tree | efe1466fed03cd101b5cae9d1cb9bc25e8d30a95 /apps/files/appinfo | |
parent | 5b95e7aa0f0487d7ddb07588c71d25cd973c2bb6 (diff) | |
parent | 4b3e56bcf9a040db67a1ec3cc9bddda751a79bdb (diff) | |
download | nextcloud-server-2a0c51a8bf5f8f4f6472e61a1ad6e0dd2f96bf78.tar.gz nextcloud-server-2a0c51a8bf5f8f4f6472e61a1ad6e0dd2f96bf78.zip |
Merge pull request #4927 from owncloud/fix_namespaces_and_autoloading
namespaces use upcasefirst parts
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/app.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index bd3245ded3f..909baca92ea 100644 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -1,5 +1,4 @@ <?php -OC::$CLASSPATH['OCA\Files\Capabilities'] = 'apps/files/lib/capabilities.php'; $l = OC_L10N::get('files'); |