diff --git a/app/registrations/resources/classes/registrations.php b/app/registrations/resources/classes/registrations.php index 7a214e496b..3aaf58408e 100644 --- a/app/registrations/resources/classes/registrations.php +++ b/app/registrations/resources/classes/registrations.php @@ -243,6 +243,7 @@ if (!class_exists('registrations')) { if (is_array($records) && @sizeof($records) != 0) { foreach($records as $record) { if ( + !empty($record['checked']) && $record['checked'] == 'true' && $record['user'] != '' && $record['profile'] != ''