added auto usage of global_settings where not provided

This commit is contained in:
Matthew Vale
2015-12-02 11:21:09 +00:00
parent aff613d3e9
commit 3c19e21828
4 changed files with 12 additions and 4 deletions

View File

@@ -53,7 +53,7 @@
//run switch upgrade
require_once "resources/classes/install_switch.php";
$switch = new install_switch;
$switch = new install_switch();
$switch->upgrade();
?>