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

This commit is contained in:
Nathan Gray 2014-05-14 15:53:38 +00:00
parent 8adfd16974
commit 54b447ce98

View File

@ -709,7 +709,6 @@ class importexport_definitions_ui
} }
return $this->get_step($content['step'],1); return $this->get_step($content['step'],1);
case 'previous' : case 'previous' :
unset ($content['plugin']);
$readonlys['button[previous]'] = true; $readonlys['button[previous]'] = true;
return $this->get_step($content['step'],-1); return $this->get_step($content['step'],-1);
case 'finish': case 'finish':