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 4d62a36e1c
commit bcfd71577c
4 changed files with 12 additions and 4 deletions
+1 -1
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();
?>