Skip to content

Commit

Permalink
Issue #3381: Tidy merge code duplication.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed Sep 30, 2024
1 parent a381e59 commit 795ab48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Kernel/System/SysConfig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5901,11 +5901,6 @@ sub _GetSettingsToDeploy {
KEY:
for my $Key ( sort keys %SettingsLookup ) {
next KEY if !$ModifiedSettingsLookup{$Key};
# In case of "NotDirty" the modified settings are received as the last modified versions
# which contain also settings which were "reset to default", even if the default changed
# in the meantime. Thus their effective value might be outdated, and we will not overwrite
# the default effective value
next KEY if $ModifiedSettingsLookup{$Key}{ResetToDefault};

# In case of "NotDirty" the modified settings are received as the last modified versions
# which contain also settings which were "reset to default", even if the default changed
Expand Down

0 comments on commit 795ab48

Please sign in to comment.