MDL-33196 filepicker: fixed link output error
This commit is contained in:
@@ -316,7 +316,7 @@ case 'download':
|
||||
|
||||
case 'confirm':
|
||||
echo $OUTPUT->header();
|
||||
echo '<div><a href="'.s($PAGE->url(false)).'">'.get_string('back', 'repository').'</a></div>';
|
||||
echo '<div><a href="'.s($PAGE->url->out(false)).'">'.get_string('back', 'repository').'</a></div>';
|
||||
echo '<img src="'.$thumbnail.'" />';
|
||||
echo '<form method="post">';
|
||||
echo '<table>';
|
||||
|
||||
Reference in New Issue
Block a user