From fd6d0424e3d59eddd54f764b20c3ab299121a53e Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 30 Nov 2015 23:23:51 +0000 Subject: [PATCH] Fix edit definition dialog looks weird when we open it directly to a certain step --- importexport/inc/class.importexport_definitions_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importexport/inc/class.importexport_definitions_ui.inc.php b/importexport/inc/class.importexport_definitions_ui.inc.php index 0a42f7f087..1c8361da38 100644 --- a/importexport/inc/class.importexport_definitions_ui.inc.php +++ b/importexport/inc/class.importexport_definitions_ui.inc.php @@ -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 {