mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
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') {
|
||||
|
||||
//add multi-lingual support
|
||||
$language = new text;
|
||||
$text = $language->get();
|
||||
|
||||
//initialize the id used in the registrations array
|
||||
$id = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user