mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-54756' of git://github.com/timhunt/moodle
This commit is contained in:
commit
a29e419b2c
@ -760,7 +760,6 @@ class moodle_url {
|
||||
if ($forcedownload) {
|
||||
$params['forcedownload'] = 1;
|
||||
}
|
||||
$path = rtrim($path, '/');
|
||||
$url = new moodle_url($urlbase, $params);
|
||||
$url->set_slashargument($path);
|
||||
return $url;
|
||||
|
Loading…
x
Reference in New Issue
Block a user