Skip to content
Snippets Groups Projects
Unverified Commit 5a5a5b20 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

OC_xx all live in the legacy folder

parent 0b64a0c3
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment