Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merged from stable
  • Loading branch information
moodler committed Aug 28, 2004
1 parent ce265a4 commit 6e85ab4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions course/mod.php
Expand Up @@ -138,6 +138,9 @@
if (! delete_mod_from_section($mod->coursemodule, "$mod->section")) {
notify("Could not delete the $mod->modulename from that section");
}

unset($SESSION->returnpage);

add_to_log($course->id, "course", "delete mod",
"view.php?id=$mod->course",
"$mod->modulename $mod->instance", $mod->coursemodule);
Expand Down

0 comments on commit 6e85ab4

Please sign in to comment.