MDL-51078 report_log: Allow filtering by all changes

This commit is contained in:
Stephen Bourget
2016-08-09 09:09:09 +01:00
committed by Dan Poltawski
parent 95cc9d3b53
commit d1a50dce98
3 changed files with 92 additions and 3 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ class report_log_renderable implements renderable {
'r' => get_string('view'),
'u' => get_string('update'),
'd' => get_string('delete'),
'' => get_string('allchanges')
'cud' => get_string('allchanges')
);
return $actions;
}