MDL-26674 wiki2.0: Fixed wiki activity log

This commit is contained in:
Diane Villemure
2012-03-19 11:20:11 +08:00
committed by Rajesh Taneja
parent 832626da76
commit e10faa46a6
15 changed files with 46 additions and 25 deletions
+2
View File
@@ -74,6 +74,8 @@ $wikipage = new page_wiki_diff($wiki, $subwiki, $cm);
$wikipage->set_page($page);
$wikipage->set_comparison($compare, $comparewith);
add_to_log($course->id, "wiki", "view diff", "diff.php?pageid=$pageid&comparewith=$comparewith&compare=$compare", "$page->title", $cm->id);
$wikipage->print_header();
$wikipage->print_content();