Registrations [Class]: Updates for PHP 8.1

This commit is contained in:
fusionate 2023-05-29 19:48:47 +00:00
parent 437024d3ed
commit 3a6d3792db
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -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;