mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-08 04:33:49 +00:00
PHP 8.2 Deprecated dynamic properties.
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
|
||||
//add the module object
|
||||
$module = new modules;
|
||||
$module->db = $db;
|
||||
|
||||
//add the access control list to the database
|
||||
$sql = "select * from v_modules ";
|
||||
|
||||
@@ -39,6 +39,7 @@ if (!class_exists('number_translations')) {
|
||||
private $uuid_prefix;
|
||||
private $toggle_field;
|
||||
private $toggle_values;
|
||||
public $xml;
|
||||
|
||||
/**
|
||||
* declare public variables
|
||||
|
||||
Reference in New Issue
Block a user