Zaktualizuj znacznik czasu w pliku ftp-kr.sync.cache.json oraz zakomentuj wyjątek w klasie DispatcherCore
This commit is contained in:
2
.vscode/ftp-kr.sync.cache.json
vendored
2
.vscode/ftp-kr.sync.cache.json
vendored
@@ -223,7 +223,7 @@
|
||||
"defines.inc.php": {
|
||||
"type": "-",
|
||||
"size": 8247,
|
||||
"lmtime": 1742246381718,
|
||||
"lmtime": 1742897029493,
|
||||
"modified": false
|
||||
},
|
||||
"defines_uri.inc.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];
|
||||
|
||||
Reference in New Issue
Block a user