FIX: deleteImage tiraba error por no tener var file

This commit is contained in:
2020-06-17 23:09:16 -04:00
parent a527cc032d
commit 429e4187fb

View File

@ -114,7 +114,7 @@ class Eventos {
$e = $eventos[$evento];
$status = $loader->delete($e, $post['media']);
$output = [
'informacion' => $file,
'informacion' => $post,
'evento' => $e,
'estado' => !$status
];