Skip to content

Commit

Permalink
Merged from stable
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Oct 1, 2004
1 parent 81d849f commit cb59215
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mod/wiki/admin.php
Expand Up @@ -17,6 +17,8 @@
optional_variable($userid, 0); // User wiki.
optional_variable($groupid, 0); // Group wiki.

$action = clean_text($action);

if ($id) {
if (! $cm = get_record("course_modules", "id", $id)) {
error("Course Module ID was incorrect");
Expand Down Expand Up @@ -341,4 +343,4 @@
print_footer($course);
exit;

?>
?>

0 comments on commit cb59215

Please sign in to comment.