Updated the setup to fetch modules from 'datamodel'

SVN:trunk[1784]
This commit is contained in:
Romain Quetiez
2012-01-17 16:53:59 +00:00
parent 5510b3964d
commit a401212e31

View File

@@ -641,7 +641,7 @@ function WelcomeAndCheckPrerequisites(SetupPage $oP, $aParamValues, $iCurrentSte
$oP->add("<input type=\"hidden\" name=\"operation\" value=\"$sNextOperation\">\n");
//AddHiddenParam($oP, 'source_dir', 'datamodel');
AddHiddenParam($oP, 'source_dir', 'modules'); // not ready for the big bang ?
AddHiddenParam($oP, 'source_dir', 'datamodel'); // not ready for the big bang ?
AddHiddenParam($oP, 'target_dir', 'env-'.utils::GetCurrentEnvironment());
$aPreviousParams = array('mode', 'source_dir', 'target_dir');