mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
Merge branch 'w19_MDL-45262_m27_choice' of https://github.com/skodak/moodle
This commit is contained in:
commit
5077d63790
@ -50,7 +50,6 @@
|
||||
$eventdata['other']['content'] = 'choicereportcontentviewed';
|
||||
|
||||
$event = \mod_choice\event\report_viewed::create($eventdata);
|
||||
$event->set_page_detail();
|
||||
$event->trigger();
|
||||
|
||||
if (data_submitted() && $action == 'delete' && has_capability('mod/choice:deleteresponses',$context) && confirm_sesskey()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user