@ -78,7 +78,7 @@ $where = '';
if (isset($_POST['form_sent'])) {
$form_sent = $_POST['form_sent'];
$UserList = $_POST['sessionUsersList'];
$UserList = ($_POST['sessionUsersList'] ?? []);
if (!is_array($UserList)) {
$UserList = [];