mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
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);
|
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':
|
||||||
|
Loading…
Reference in New Issue
Block a user