]> git.mjollnir.org Git - moodle.git/commitdiff
Merged from stable
authormoodler <moodler>
Fri, 1 Oct 2004 02:19:29 +0000 (02:19 +0000)
committermoodler <moodler>
Fri, 1 Oct 2004 02:19:29 +0000 (02:19 +0000)
mod/wiki/admin.php

index 1d703757ffefc72235d2c9e3f3afe76504683f7a..da6ab2c9e83c35ebd7ee5d466279ca1a7ba09aad 100644 (file)
@@ -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");
     print_footer($course);
     exit;
 
-?> 
\ No newline at end of file
+?>