From 033ea6c5a309484897340f8eb612daf304892eb0 Mon Sep 17 00:00:00 2001 From: Nate Date: Mon, 3 Feb 2020 09:29:51 -0700 Subject: [PATCH] Group Edit: Fix Global label. --- core/groups/group_edit.php | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/core/groups/group_edit.php b/core/groups/group_edit.php index 3d29e3e64f..ac0744ef71 100644 --- a/core/groups/group_edit.php +++ b/core/groups/group_edit.php @@ -191,7 +191,7 @@ echo "\n"; echo " \n"; - echo " \n"; - if ($group_protected == "true") { - echo " \n"; - } - else { - echo " \n"; - } - if ($group_protected == "false") { - echo " \n"; - } - else { - echo " \n"; - } + echo " \n"; + echo " \n"; echo " \n"; echo "
\n"; echo $text['description-group_protected']."\n";