From 3a6d3792db99e9b5efde98bed0cb9fe732e3449a Mon Sep 17 00:00:00 2001 From: fusionate Date: Mon, 29 May 2023 19:48:47 +0000 Subject: [PATCH] Registrations [Class]: Updates for PHP 8.1 --- app/registrations/resources/classes/registrations.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/registrations/resources/classes/registrations.php b/app/registrations/resources/classes/registrations.php index 3aaf58408e..249f6431de 100644 --- a/app/registrations/resources/classes/registrations.php +++ b/app/registrations/resources/classes/registrations.php @@ -56,6 +56,10 @@ if (!class_exists('registrations')) { */ public function get($profile = 'all') { + //add multi-lingual support + $language = new text; + $text = $language->get(); + //initialize the id used in the registrations array $id = 0;