Explorar o código

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

Yannick Warnier %!s(int64=18) %!d(string=hai) anos
pai
achega
2ef12e4cb5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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');
 	}