OC autoloader is not allowed to load 3rdparty

This commit is contained in:
Roeland Jago Douma 2016-01-10 21:32:52 +01:00
parent 656b541899
commit fce8c42240
1 changed files with 0 additions and 1 deletions

View File

@ -488,7 +488,6 @@ class OC {
OC::$SERVERROOT . '/settings',
OC::$SERVERROOT . '/ocs',
OC::$SERVERROOT . '/ocs-provider',
OC::$SERVERROOT . '/3rdparty',
OC::$SERVERROOT . '/tests',
]);
spl_autoload_register(array(self::$loader, 'load'));