Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f7f2a8
)
MDL-33315 blog: fixed up the navigation for when youre viewing another users blog
author
Andrew Davis
<andrew@moodle.com>
Thu, 24 May 2012 02:40:59 +0000
(09:40 +0700)
committer
Andrew Davis
<andrew@moodle.com>
Thu, 24 May 2012 02:40:59 +0000
(09:40 +0700)
blog/index.php
patch
|
blob
|
blame
|
history
diff --git
a/blog/index.php
b/blog/index.php
index
8d28dbc
..
77476a9
100644
(file)
--- a/
blog/index.php
+++ b/
blog/index.php
@@
-192,6
+192,8
@@
if (!empty($userid)) {
if (!blog_user_can_view_user_entry($userid)) {
print_error('cannotviewcourseblog', 'blog');
}
+
+ $PAGE->navigation->extend_for_user($user);
}
}