Registrations [Class]: Updates for PHP 8.1
This commit is contained in:
@@ -56,6 +56,10 @@ if (!class_exists('registrations')) {
|
|||||||
*/
|
*/
|
||||||
public function get($profile = 'all') {
|
public function get($profile = 'all') {
|
||||||
|
|
||||||
|
//add multi-lingual support
|
||||||
|
$language = new text;
|
||||||
|
$text = $language->get();
|
||||||
|
|
||||||
//initialize the id used in the registrations array
|
//initialize the id used in the registrations array
|
||||||
$id = 0;
|
$id = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user