Skip to content
Snippets Groups Projects
Commit 9a35bd76 authored by Bart Visscher's avatar Bart Visscher
Browse files

Use resolved path for require_once in autoloader

parent 351f7241
Branches
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ class OC{ ...@@ -100,7 +100,7 @@ class OC{
} }
if($fullPath = stream_resolve_include_path($path)) { if($fullPath = stream_resolve_include_path($path)) {
require_once $path; require_once $fullPath;
} }
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment