From be68fe6366a66e96393e896024ae3d66f86985c7 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sun, 29 Nov 2020 18:53:50 +0100 Subject: [PATCH] Group: Enable editing all groups settings at once (removes setting control wrongly introduced in 3bd3216d0018ff60a8f1afb68770065bac6663b7) - refs #3613 --- main/group/group_category.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main/group/group_category.php b/main/group/group_category.php index 112b497eb0..f3517bd023 100755 --- a/main/group/group_category.php +++ b/main/group/group_category.php @@ -8,10 +8,6 @@ $current_course_tool = TOOL_GROUP; api_protect_course_script(true); -if ('false' === api_get_setting('allow_group_categories')) { - api_not_allowed(true); -} - $sessionId = api_get_session_id(); if (!api_is_allowed_to_edit(false, true) ||