MDL-10353, after setting preferences in calendar user should return to same course

This commit is contained in:
toyomoyo
2007-10-04 05:12:16 +00:00
parent efedb70895
commit 167a831615
+1 -1
View File
@@ -49,7 +49,7 @@
break;
}
}
redirect('view.php', get_string('changessaved'), 1);
redirect('view.php?course='.$course->id, get_string('changessaved'), 1);
exit;
}