Skip to content

Commit

Permalink
blogs MDL-22161 Fixed typo in blog menu block
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Apr 22, 2010
1 parent 45f2248 commit 1889117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/blog_menu/block_blog_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function get_content() {
!$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'));
}
}

Expand Down

0 comments on commit 1889117

Please sign in to comment.