From 2384def111fd682e004292c4cf28755982ceaca6 Mon Sep 17 00:00:00 2001 From: fusionate Date: Mon, 29 May 2023 19:37:47 +0000 Subject: [PATCH] Registrations [Class]: Updates for PHP 8.1 --- app/registrations/resources/classes/registrations.php | 1 + 1 file changed, 1 insertion(+) 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'] != ''