mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 02:46:30 +00:00
added auto usage of global_settings where not provided
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
//run switch upgrade
|
||||
require_once "resources/classes/install_switch.php";
|
||||
$switch = new install_switch;
|
||||
$switch = new install_switch();
|
||||
$switch->upgrade();
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user