From f3bd931f295e4e8e910ee487d57395b4fd77d1ee Mon Sep 17 00:00:00 2001 From: Philippe Logel Date: Sun, 18 Feb 2018 19:20:12 +0100 Subject: [PATCH] Les chanegements --- src/Checkin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Checkin.php b/src/Checkin.php index b8c6a46a1f..9140f7aeed 100644 --- a/src/Checkin.php +++ b/src/Checkin.php @@ -76,13 +76,13 @@ $eventAttent->save(); } - if (GroupQuery::Create()->findOneById($event->getGroupId())->isSundaySchool()) { + /*if (GroupQuery::Create()->findOneById($event->getGroupId())->isSundaySchool()) { // in the case you are in a sundayschool group we stay on the same page, for productivity //Redirect('sundayschool/SundaySchoolClassView.php?groupId='.$event->getGroupId()); } else { Redirect('GroupView.php?GroupID='.$event->getGroupId()); exit; - } + }*/ } if (isset($_SESSION['CartToEventEventID'])) {