浏览代码

[svn r10988] Tricking Database lib into the given form database name so that it works without the config file

Yannick Warnier 18 年之前
父节点
当前提交
2ef12e4cb5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main/install/index.php

+ 1 - 0
main/install/index.php

@@ -456,6 +456,7 @@ elseif($_POST['step6'])
 	//STEP 6 : INSTALLATION PROCESS
 	if($installType == 'update')
 	{
+		$_configuration['main_database'] = $dbNameForm;
 		include('update-db-1.6.x-1.8.0.inc.php');
 		include('update-files-1.6.x-1.8.0.inc.php');
 	}