MDL-26392 WIKI added file managment support to wiki editor

This commit is contained in:
Dongsheng Cai
2011-06-03 11:24:50 +08:00
parent dba24103ea
commit b0022f8d91
25 changed files with 530 additions and 201 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ if ($compare >= $comparewith) {
print_error("A page version can only be compared with an older version.");
}
require_course_login($course->id, true, $cm);
require_login($course->id, true, $cm);
add_to_log($course->id, "wiki", "diff", "diff.php?id=$cm->id", "$wiki->id");
$wikipage = new page_wiki_diff($wiki, $subwiki, $cm);