Merge branch 'MDL-33196' of git://github.com/rwijaya/moodle

This commit is contained in:
Aparup Banerjee 2012-05-25 14:13:21 +08:00
commit 66905a4cf7

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>';