From a73f6ffef548dde167f27cc3cdeeee191d0b303a Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sun, 27 Feb 2022 14:37:32 +0100 Subject: [PATCH] forgot to save Signed-off-by: Michael Kaufmann --- admin_settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_settings.php b/admin_settings.php index 40552efb..1724a6d7 100644 --- a/admin_settings.php +++ b/admin_settings.php @@ -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]);