mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
Merge branch 'MDL-38001-master' of git://github.com/mouneyrac/moodle
This commit is contained in:
commit
8615b484b2
@ -272,7 +272,7 @@ class block_community_renderer extends plugin_renderer_base {
|
||||
'downloadcourseid' => $course->id, 'huburl' => $huburl,
|
||||
'coursefullname' => $course->fullname, 'backupsize' => $course->backupsize);
|
||||
$downloadurl = new moodle_url("/blocks/community/communitycourse.php", $params);
|
||||
$downloadbuttonhtml = html_writer::tag('a', get_string('download', 'block_community'),
|
||||
$downloadbuttonhtml = html_writer::tag('a', get_string('install', 'block_community'),
|
||||
array('href' => $downloadurl, 'class' => 'centeredbutton, hubcoursedownload'));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user