diff --git a/core/users/group_permissions.php b/core/users/group_permissions.php index 231a566ae3..0e57f9deb8 100644 --- a/core/users/group_permissions.php +++ b/core/users/group_permissions.php @@ -319,9 +319,6 @@ require_once "resources/paging.php"; echo "\n"; echo " "; echo " "; - if (permission_exists('group_edit')) { - echo " "; - } echo "\n"; echo "\n"; echo "\n"; diff --git a/core/users/groups.php b/core/users/groups.php index fac7e7c712..42f149e468 100644 --- a/core/users/groups.php +++ b/core/users/groups.php @@ -69,6 +69,9 @@ else { if (permission_exists('user_view')) { echo " "; } + if (permission_exists('group_edit')) { + echo " "; + } echo "\n"; echo "";