course/logs MDL-15090 - Broken links generated for role actions in logs
This commit is contained in:
@@ -64,6 +64,9 @@ function make_log_url($module, $url) {
|
||||
case 'tag':
|
||||
$url = "/tag/$url";
|
||||
break;
|
||||
case 'role':
|
||||
$url = '/'.$url;
|
||||
break;
|
||||
default:
|
||||
$url = "/mod/$module/$url";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user