Browse Source

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

Yannick Warnier 18 years ago
parent
commit
2ef12e4cb5
1 changed files with 1 additions and 0 deletions
  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');
 	}