Explorar o código

[Routing] fixed typo

Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
6e81c28ca4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();