MDL-33196 filepicker: fixed link output error

This commit is contained in:
Rossiani Wijaya
2012-05-24 13:43:01 +08:00
parent 5a5cdaf92e
commit 1e98e05f03
+1 -1
View File
@@ -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>';