Parcourir la source

[Routing] fixed typo

Fabien Potencier il y a 14 ans
Parent
commit
6e81c28ca4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();