From 2a6cbb5455c9739fec0e6103f397bc42d153fcfd Mon Sep 17 00:00:00 2001 From: powerpbx Date: Sun, 2 Sep 2018 10:04:31 -0700 Subject: [PATCH] Update install_fusionpbx.php (#3021) Fix so install works with MySQL. --- core/install/resources/classes/install_fusionpbx.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/install/resources/classes/install_fusionpbx.php b/core/install/resources/classes/install_fusionpbx.php index b20f6c85ce..b4ed3e4d7b 100644 --- a/core/install/resources/classes/install_fusionpbx.php +++ b/core/install/resources/classes/install_fusionpbx.php @@ -545,7 +545,7 @@ include "root.php"; //add the database structure require_once "resources/classes/schema.php"; $schema = new schema; - //echo $schema->schema(); + echo $schema->schema(); //add the defaults data into the database //get the contents of the sql file