use correct array-structure for output of preconfig

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-01 16:57:52 +02:00
parent c59c5efc11
commit 54b467887b
3 changed files with 6 additions and 8 deletions

View File

@@ -123,7 +123,6 @@ if ($page == 'overview') {
];
$preconfig = Preconfig::getPreConfig();
if (!empty($preconfig)) {
$upd_formfield['updates']['sections'] = $preconfig;
}