فهرست منبع

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();