mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Merge branch 'MDL-33196' of git://github.com/rwijaya/moodle
This commit is contained in:
commit
66905a4cf7
@ -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>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user