forgot to save

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-02-27 14:37:32 +01:00
parent ab5ffc7545
commit a73f6ffef5

View File

@@ -88,7 +88,7 @@ if ($page == 'overview' && $userinfo['change_serversettings'] == '1') {
$fields = \Froxlor\UI\Form::buildForm($settings_data, $_part);
if ($_part == '' || $_part = 'all') {
if ($_part == '' || $_part == 'all') {
UI::twigBuffer('settings/index.html.twig', ['fields' => $fields]);
} else {
UI::twigBuffer('settings/detailpart.html.twig', ['fields' => $fields]);