Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x

pull/3690/head
Angel Fernando Quiroz Campos 6 years ago
commit f6ee59a88c
  1. 4
      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) ||

Loading…
Cancel
Save