mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
course/logs MDL-15090 - Broken links generated for role actions in logs
This commit is contained in:
parent
4d163d02be
commit
dbcf271b57
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user