diff --git a/code/DocumentationManifest.php b/code/DocumentationManifest.php index fd53195..c4245f8 100644 --- a/code/DocumentationManifest.php +++ b/code/DocumentationManifest.php @@ -164,7 +164,7 @@ class DocumentationManifest { public function getRealPath($path) { if(substr($path, 0, 1) != '/') { - $path = realpath(Controller::join_links(BASE_PATH, $path)); + $path = Controller::join_links(BASE_PATH, $path); } return $path;