From 54b447ce98afd3db6b5002413d6d7a10a62c71bc Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 14 May 2014 15:53:38 +0000 Subject: [PATCH] No need to clear selected plugin just because user pressed 'back', if they choose a different app they'll just have to pick a different plugin --- importexport/inc/class.importexport_definitions_ui.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/importexport/inc/class.importexport_definitions_ui.inc.php b/importexport/inc/class.importexport_definitions_ui.inc.php index 074a0a5b2a..fb8b716ffe 100644 --- a/importexport/inc/class.importexport_definitions_ui.inc.php +++ b/importexport/inc/class.importexport_definitions_ui.inc.php @@ -709,7 +709,6 @@ class importexport_definitions_ui } return $this->get_step($content['step'],1); case 'previous' : - unset ($content['plugin']); $readonlys['button[previous]'] = true; return $this->get_step($content['step'],-1); case 'finish':