MDL-36090 core_grade: added logging of overriding of student grades

This commit is contained in:
Andrew Davis
2013-06-05 08:58:26 +08:00
parent ee2e56ee9e
commit f2f5e4dd44
5 changed files with 45 additions and 0 deletions
+3
View File
@@ -94,6 +94,9 @@ function make_log_url($module, $url) {
case 'role':
$url = '/'.$url;
break;
case 'grade':
$url = "/grade/$url";
break;
default:
$url = "/mod/$module/$url";
break;