diff --git a/framework/Dispatcher.php b/framework/Dispatcher.php index de866d59e..22c3e1bc4 100644 --- a/framework/Dispatcher.php +++ b/framework/Dispatcher.php @@ -182,7 +182,6 @@ private function URIinterpreter() { if (!file_exists($interfacePath)) { header("HTTP/1.0 404 Not Found");exit; } - unset($pathPart); $uri['interfacePath'] = $this->interfacePath = $interfacePath; } $this->uri = $uri;