소스 검색

[Routing] fixed typo

Fabien Potencier 14 년 전
부모
커밋
6e81c28ca4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php

+ 1 - 1
src/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php

@@ -59,7 +59,7 @@ class ApacheUrlMatcher extends UrlMatcher
     {
         if (!isset($_SERVER['_ROUTING__route'])) {
             // fall-back to the default UrlMatcher
-            return parent::match($url);
+            return parent::match($pathinfo);
         }
 
         $parameters = array();