From: moodler Date: Fri, 1 Oct 2004 02:19:29 +0000 (+0000) Subject: Merged from stable X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cb59215c7f890244bffea71f0e00c336306b2d5e;p=moodle.git Merged from stable --- diff --git a/mod/wiki/admin.php b/mod/wiki/admin.php index 1d703757ff..da6ab2c9e8 100644 --- a/mod/wiki/admin.php +++ b/mod/wiki/admin.php @@ -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"); @@ -341,4 +343,4 @@ print_footer($course); exit; -?> \ No newline at end of file +?>