Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'MDL-61525-34' of https://github.com/HuongNV13/moodle in…
Browse files Browse the repository at this point in the history
…to MOODLE_34_STABLE
  • Loading branch information
stronk7 committed Apr 3, 2018
2 parents e352902 + 97e8019 commit 9066f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions group/index.php
Expand Up @@ -60,8 +60,8 @@
$context = context_course::instance($course->id);
require_capability('moodle/course:managegroups', $context);

$PAGE->requires->js('/group/clientlib.js');
$PAGE->requires->js('/group/module.js');
$PAGE->requires->js('/group/clientlib.js', true);
$PAGE->requires->js('/group/module.js', true);

// Check for multiple/no group errors
if (!$singlegroup) {
Expand Down

0 comments on commit 9066f3b

Please sign in to comment.