diff options
Diffstat (limited to 'mod/blog/lib')
-rw-r--r-- | mod/blog/lib/blog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/blog/lib/blog.php b/mod/blog/lib/blog.php index 354bf561d..c0b24f92e 100644 --- a/mod/blog/lib/blog.php +++ b/mod/blog/lib/blog.php @@ -82,7 +82,7 @@ function blog_get_page_content_list($container_guid = NULL) { if ($container_guid == $loggedin_userid) { $return['filter_context'] = 'mine'; - } else{ + } else { // do not show button or select a tab when viewing someone else's posts $return['filter_context'] = 'none'; $return['buttons'] = ''; |