diff --git a/common/Controller/Web/Admin/Eventos.php b/common/Controller/Web/Admin/Eventos.php index 7dcfe8e..d494a84 100644 --- a/common/Controller/Web/Admin/Eventos.php +++ b/common/Controller/Web/Admin/Eventos.php @@ -79,7 +79,7 @@ class Eventos { if (count($files) == 0) { $output = [ 'informacion' => '', - 'evento' => $e, + 'evento' => $evento, 'estado' => false ]; $response->getBody()->write(json_encode($output));