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…
Reference in New Issue