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;