OC autoloader is not allowed to load 3rdparty
This commit is contained in:
parent
656b541899
commit
fce8c42240
1 changed files with 0 additions and 1 deletions
|
@ -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'));
|
||||
|
|
Loading…
Reference in a new issue