diff --git a/common/Controller/Web/Admin/Eventos.php b/common/Controller/Web/Admin/Eventos.php index d494a84..278041f 100644 --- a/common/Controller/Web/Admin/Eventos.php +++ b/common/Controller/Web/Admin/Eventos.php @@ -114,7 +114,7 @@ class Eventos { $e = $eventos[$evento]; $status = $loader->delete($e, $post['media']); $output = [ - 'informacion' => $file, + 'informacion' => $post, 'evento' => $e, 'estado' => !$status ];