Parcourir la source

Updated the setup to fetch modules from 'datamodel'

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1784 a333f486-631f-4898-b8df-5754b55c2be0
romainq il y a 13 ans
Parent
commit
dcad0a4f12
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      setup/index.php

+ 1 - 1
setup/index.php

@@ -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');