diff --git a/.vscode/ftp-kr.sync.cache.json b/.vscode/ftp-kr.sync.cache.json index f2ce3279..48a9a31c 100644 --- a/.vscode/ftp-kr.sync.cache.json +++ b/.vscode/ftp-kr.sync.cache.json @@ -223,7 +223,7 @@ "defines.inc.php": { "type": "-", "size": 8247, - "lmtime": 1742246381718, + "lmtime": 1742897029493, "modified": false }, "defines_uri.inc.php": { diff --git a/classes/Dispatcher.php b/classes/Dispatcher.php index dcacbb67..404e890b 100644 --- a/classes/Dispatcher.php +++ b/classes/Dispatcher.php @@ -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];