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

edit comment

parent 5d131110
No related branches found
No related tags found
No related merge requests found
......@@ -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,7 +136,7 @@ class EventController {
unset($_GET['eventId']);
echo json_encode($this->getEvent($eventId));
} else {
// Handle other actions here, if needed
// other
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment