Browse Source
OC_xx all live in the legacy folder
remotes/origin/ceph-wait-for-http
Roeland Jago Douma
10 years ago
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with
0 additions and
1 deletions
-
lib/autoloader.php
|
|
|
@ -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); |
|
|
|
|
|
|
|
|