mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-36824 Lesson: Media File should be displayed as a block
This commit is contained in:
parent
edbcfbd61f
commit
ca3327133b
@ -466,7 +466,7 @@ function lesson_mediafile_block_contents($cmid, $lesson) {
|
||||
|
||||
$bc = new block_contents();
|
||||
$bc->title = get_string('linkedmedia', 'lesson');
|
||||
$bc->attributes['class'] = 'mediafile';
|
||||
$bc->attributes['class'] = 'mediafile block';
|
||||
$bc->content = $content;
|
||||
|
||||
return $bc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user