Group: Enable editing all groups settings at once (removes setting control wrongly introduced in 3bd3216d00) - refs #3613

pull/3683/head
Yannick Warnier 5 years ago
parent f56b2a93db
commit be68fe6366
  1. 4
      main/group/group_category.php

@ -8,10 +8,6 @@ $current_course_tool = TOOL_GROUP;
api_protect_course_script(true); api_protect_course_script(true);
if ('false' === api_get_setting('allow_group_categories')) {
api_not_allowed(true);
}
$sessionId = api_get_session_id(); $sessionId = api_get_session_id();
if (!api_is_allowed_to_edit(false, true) || if (!api_is_allowed_to_edit(false, true) ||

Loading…
Cancel
Save