From 08ef44fb8b25cdadbac86814fe33467567317358 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 17 Dec 2024 08:37:46 +0100 Subject: [PATCH] src: style --- src/www/system_authservers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/www/system_authservers.php b/src/www/system_authservers.php index 441b24504..4236c93ba 100644 --- a/src/www/system_authservers.php +++ b/src/www/system_authservers.php @@ -98,8 +98,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { $pconfig['sync_memberof_groups'] = explode(",", $a_server[$id]['ldap_sync_memberof_groups']); } if (!empty($a_server[$id]['ldap_sync_default_groups'])) { - $pconfig['sync_default_groups'] = explode(",", $a_server[$id]['ldap_sync_default_groups']); - } + $pconfig['sync_default_groups'] = explode(",", $a_server[$id]['ldap_sync_default_groups']); + } } elseif ($pconfig['type'] == "radius") { $pconfig['radius_host'] = $a_server[$id]['host'] ?? ''; $pconfig['radius_auth_port'] = $a_server[$id]['radius_auth_port'] ?? '';