Skip to content

Commit

Permalink
MDL-33315 blog: fixed up the navigation for when youre viewing anothe…
Browse files Browse the repository at this point in the history
…r users blog
  • Loading branch information
andyjdavis committed May 24, 2012
1 parent 4f7f2a8 commit c53a644
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blog/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@
if (!blog_user_can_view_user_entry($userid)) {
print_error('cannotviewcourseblog', 'blog');
}

$PAGE->navigation->extend_for_user($user);
}
}

Expand Down

0 comments on commit c53a644

Please sign in to comment.