Skip to content

Commit

Permalink
MDL-40058 mod_wiki: trigger event on page map view
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh Taneja authored and marinaglancy committed Dec 12, 2013
1 parent 32a8bcc commit 2270661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/wiki/map.php
Expand Up @@ -70,6 +70,7 @@
$event->add_record_snapshot('wiki_pages', $page);
$event->add_record_snapshot('wiki', $wiki);
$event->add_record_snapshot('wiki_subwikis', $subwiki);
$event->trigger();

// Print page header
$wikipage->set_view($option);
Expand Down

0 comments on commit 2270661

Please sign in to comment.