Registrations [Class]: Updates for PHP 8.1
This commit is contained in:
parent
437024d3ed
commit
3a6d3792db
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue