MDL-21009 Group selector must use absolute links in order to work with javascript off
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@
|
||||
navmenu($course, $cm), '', '');
|
||||
|
||||
/// Check to see if groups are being used here
|
||||
groups_print_activity_menu($cm, 'edit.php?d='.$data->id);
|
||||
groups_print_activity_menu($cm, $CFG->wwwroot . '/mod/data/edit.php?d='.$data->id);
|
||||
$currentgroup = groups_get_activity_group($cm);
|
||||
$groupmode = groups_get_activity_groupmode($cm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user