PHP 8.2 Deprecated dynamic properties.
This commit is contained in:
parent
19bb912d27
commit
bb9f48296a
|
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
//add the module object
|
//add the module object
|
||||||
$module = new modules;
|
$module = new modules;
|
||||||
$module->db = $db;
|
|
||||||
|
|
||||||
//add the access control list to the database
|
//add the access control list to the database
|
||||||
$sql = "select * from v_modules ";
|
$sql = "select * from v_modules ";
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@ if (!class_exists('number_translations')) {
|
||||||
private $uuid_prefix;
|
private $uuid_prefix;
|
||||||
private $toggle_field;
|
private $toggle_field;
|
||||||
private $toggle_values;
|
private $toggle_values;
|
||||||
|
public $xml;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* declare public variables
|
* declare public variables
|
||||||
|
|
|
||||||
|
|
@ -262,7 +262,6 @@
|
||||||
|
|
||||||
//run all app_defaults.php files
|
//run all app_defaults.php files
|
||||||
$domain = new domains;
|
$domain = new domains;
|
||||||
$domain->display_type = $display_type;
|
|
||||||
$domain->upgrade();
|
$domain->upgrade();
|
||||||
|
|
||||||
//show the content
|
//show the content
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue