mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
OC_xx all live in the legacy folder
This commit is contained in:
parent
0b64a0c369
commit
5a5a5b2032
1 changed files with 0 additions and 1 deletions
|
|
@ -102,7 +102,6 @@ class Autoloader {
|
|||
}
|
||||
} elseif (strpos($class, 'OC_') === 0) {
|
||||
$paths[] = \OC::$SERVERROOT . '/lib/private/legacy/' . strtolower(str_replace('_', '/', substr($class, 3)) . '.php');
|
||||
$paths[] = \OC::$SERVERROOT . '/lib/private/' . strtolower(str_replace('_', '/', substr($class, 3)) . '.php');
|
||||
} elseif (strpos($class, 'OC\\') === 0) {
|
||||
$split = explode('\\', $class, 3);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue