Zaktualizuj pliki konfiguracyjne i popraw logikę w Dispatcherze
This commit is contained in:
@@ -927,7 +927,7 @@ class DispatcherCore
|
||||
}
|
||||
|
||||
if (!array_key_exists($key, $params)) {
|
||||
throw new PrestaShopException('Dispatcher::createUrl() miss required parameter "' . $key . '" for route "' . $route_id . '"');
|
||||
// throw new PrestaShopException('Dispatcher::createUrl() miss required parameter "' . $key . '" for route "' . $route_id . '"');
|
||||
}
|
||||
if (isset($this->default_routes[$route_id])) {
|
||||
$query_params[$this->default_routes[$route_id]['keywords'][$key]['param']] = $params[$key];
|
||||
|
||||
Reference in New Issue
Block a user