Skip to content

Commit

Permalink
MDL-9039: Corrected old groupid and groupingid URL variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Mar 26, 2007
1 parent 67b71d5 commit 97aa751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group/assign.php
Expand Up @@ -43,7 +43,7 @@

if (isset($frm->cancel)) {
redirect('index.php?id='. $courseid
.'&groupingid='. $groupingid .'&groupid='. $groupid);
.'&grouping='. $groupingid .'&group='. $groupid);
}
elseif (isset($frm->add) and !empty($frm->addselect)) {

Expand Down

0 comments on commit 97aa751

Please sign in to comment.