Fix edit definition dialog looks weird when we open it directly to a certain step

This commit is contained in:
Nathan Gray 2015-11-30 23:23:51 +00:00
parent a2833ecbe1
commit fd6d0424e3

View File

@ -607,7 +607,7 @@ class importexport_definitions_ui
unset($content['button']);
$content['wizard_content'] = $this->wizard_content_template;
$this->etpl->exec(self::_appname.'.importexport_definitions_ui.wizard',$content,$sel_options,$readonlys,$preserv);
$this->etpl->exec(self::_appname.'.importexport_definitions_ui.wizard',$content,$sel_options,$readonlys,$preserv,2);
}
else
{