From d81c76a6a4605ae4cebbb89de1fa86f84c8a80ba Mon Sep 17 00:00:00 2001 From: Vanessa Wiyono <13521151@std.stei.itb.ac.id> Date: Sun, 8 Oct 2023 14:51:05 +0000 Subject: [PATCH] edit comment --- app/Controllers/EventController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Controllers/EventController.php b/app/Controllers/EventController.php index 9d10f24..57c5df8 100644 --- a/app/Controllers/EventController.php +++ b/app/Controllers/EventController.php @@ -127,7 +127,7 @@ class EventController { ob_end_flush(); } } else { - // Handle other actions here, if needed + // other } if (isset($_GET['eventAction'])) { if ($_GET['eventAction'] === 'getEvent') { @@ -136,10 +136,10 @@ class EventController { unset($_GET['eventId']); echo json_encode($this->getEvent($eventId)); } else { - // Handle other actions here, if needed + // other } } } } -?> \ No newline at end of file +?> -- GitLab