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'])) {