NavigationConfigForm: Really remove the "old" section when renaming

refs #5600
This commit is contained in:
Johannes Meyer 2015-09-18 16:25:06 +02:00
parent 75d003a775
commit 5f998eb56d
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ class NavigationConfigForm extends ConfigForm
}
}
$config->removeSection($name);
$config->removeSection($oldName);
}
if ($this->secondaryConfig !== null) {