mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 18:04:43 +02:00
blogs MDL-22161 Fixed typo in blog menu block
This commit is contained in:
parent
45f22487e1
commit
1889117afe
@ -91,7 +91,7 @@ class block_blog_menu extends block_base {
|
||||
!$PAGE->url->param('modid') && !$PAGE->url->param('courseid') && !$PAGE->url->param('userid') && !$PAGE->url->param('entryid')) {
|
||||
// no
|
||||
} else {
|
||||
$menulist[] = html_writer::add($CFG->wwwroot .'/blog/index.php', get_string('viewsiteentries', 'blog'));
|
||||
$menulist[] = html_writer::link($CFG->wwwroot .'/blog/index.php', get_string('viewsiteentries', 'blog'));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user