Skip to content
Snippets Groups Projects
Commit d81c76a6 authored by Vanessa Wiyono's avatar Vanessa Wiyono
Browse files

edit comment

parent 5d131110
No related merge requests found
...@@ -127,7 +127,7 @@ class EventController { ...@@ -127,7 +127,7 @@ class EventController {
ob_end_flush(); ob_end_flush();
} }
} else { } else {
// Handle other actions here, if needed // other
} }
if (isset($_GET['eventAction'])) { if (isset($_GET['eventAction'])) {
if ($_GET['eventAction'] === 'getEvent') { if ($_GET['eventAction'] === 'getEvent') {
...@@ -136,10 +136,10 @@ class EventController { ...@@ -136,10 +136,10 @@ class EventController {
unset($_GET['eventId']); unset($_GET['eventId']);
echo json_encode($this->getEvent($eventId)); echo json_encode($this->getEvent($eventId));
} else { } else {
// Handle other actions here, if needed // other
} }
} }
} }
} }
?> ?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment