소스 검색

Typo...

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2747 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 12 년 전
부모
커밋
3d8f1a987a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup/wizardcontroller.class.inc.php

+ 1 - 1
setup/wizardcontroller.class.inc.php

@@ -149,7 +149,7 @@ class WizardController
 		$sCurrentStepClass = utils::ReadParam('_class', $this->sInitialStepClass);
 		$sCurrentState = utils::ReadParam('_state', $this->sInitialState);
 		$oStep = new $sCurrentStepClass($this, $sCurrentState);
-		$aNextStepInfo = $oStep->ProcessParams();
+		$aNextStepInfo = $oStep->ProcessParams(false); // false => Moving backwards
 		
 		// Display the previous step
 		$aCurrentStepInfo = $this->PopStep();