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