mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
NavigationConfigForm: Really remove the "old" section when renaming
refs #5600
This commit is contained in:
parent
75d003a775
commit
5f998eb56d
@ -384,7 +384,7 @@ class NavigationConfigForm extends ConfigForm
|
||||
}
|
||||
}
|
||||
|
||||
$config->removeSection($name);
|
||||
$config->removeSection($oldName);
|
||||
}
|
||||
|
||||
if ($this->secondaryConfig !== null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user