Теперь понимает передачу файлов
This commit is contained in:
parent
e7a6b9cebe
commit
483814b6a5
|
@ -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))) {
|
||||
// Не удалось получить ответ после обработки контроллера
|
||||
|
||||
// Возврат (неудача)
|
||||
|
|
Loading…
Reference in New Issue