Теперь понимает передачу файлов

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2022-03-04 04:35:21 +10:00
parent e7a6b9cebe
commit 483814b6a5

View File

@ -139,7 +139,7 @@ final class router
$controller->model = new $model;
}
if (empty($response = $controller->{$route['method']}($data['vars'] + $_REQUEST))) {
if (empty($response = $controller->{$route['method']}($data['vars'] + $_REQUEST, $_FILES))) {
// Не удалось получить ответ после обработки контроллера
// Возврат (неудача)