MDL-21009 Group selector must use absolute links in order to work with javascript off

This commit is contained in:
Sam Marshall
2009-11-30 17:12:16 +00:00
parent 92fa5b0f2a
commit dcca8dfb97
13 changed files with 23 additions and 15 deletions
+1 -1
View File
@@ -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);