// Fix physical_uri during install + required paramaters in dispatcher

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7903 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-08-05 09:53:42 +00:00
parent 9066b7e8c4
commit bd9366daf5
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ class DispatcherCore
if (!array_key_exists($key, $params))
die("Dispatcher::createUrl() miss required parameter '$key' for route '$routeID'");
$queryParams[$key] = $params[$key];
$queryParams[$this->defaultRoutes[$routeID]['keywords'][$key]['param']] = $params[$key];
}
// Build an url which match a route