forked from extern/egroupware
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:
parent
8adfd16974
commit
54b447ce98
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user