Skip to content

Commit

Permalink
Merge branch 'MDL-54756' of git://github.com/timhunt/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed May 30, 2016
2 parents 1e562eb + 31c0747 commit a29e419
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/weblib.php
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,6 @@ public static function make_file_url($urlbase, $path, $forcedownload = false) {
if ($forcedownload) {
$params['forcedownload'] = 1;
}
$path = rtrim($path, '/');
$url = new moodle_url($urlbase, $params);
$url->set_slashargument($path);
return $url;
Expand Down

0 comments on commit a29e419

Please sign in to comment.