소스 검색

[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');
 	}