Sfoglia il codice sorgente

[Routing] fixed typo

Fabien Potencier 14 anni fa
parent
commit
6e81c28ca4

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

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