瀏覽代碼

Update install_fusionpbx.php (#3021)

Fix so install works with MySQL.
powerpbx 7 年之前
父節點
當前提交
9e716af778
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/install/resources/classes/install_fusionpbx.php

+ 1 - 1
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