diff --git a/lib/base.php b/lib/base.php index 6305da1693..51f8f4efc5 100644 --- a/lib/base.php +++ b/lib/base.php @@ -100,7 +100,7 @@ class OC{ } if($fullPath = stream_resolve_include_path($path)) { - require_once $path; + require_once $fullPath; } return false; }