Skip to content

Commit

Permalink
closes #1198
Browse files Browse the repository at this point in the history
  * 해당 티켓 닫습니다 :-)
  • Loading branch information
inureyes committed Dec 31, 2010
1 parent e75c82c commit dd477d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/Dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dd477d7

Please # to comment.