mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:25 +01:00
Allow plugin selection settings to override preferences
This commit is contained in:
parent
905900dd41
commit
b6e79184a2
@ -190,7 +190,7 @@ class importexport_export_ui {
|
||||
");
|
||||
}
|
||||
if (($prefs = $GLOBALS['egw_info']['user']['preferences']['importexport'][$definition->definition_id]) &&
|
||||
($prefs = unserialize($prefs)))
|
||||
($prefs = unserialize($prefs)) && !$content['selection']['plugin_override'])
|
||||
{
|
||||
$selection = $content['selection'];
|
||||
$content = array_merge_recursive($content,$prefs);
|
||||
|
Loading…
Reference in New Issue
Block a user