diff options
author | cash <cash.costello@gmail.com> | 2011-11-01 21:08:22 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-01 21:08:22 -0400 |
commit | 508fe03a44dec3a275c19fe2c63ab63fd04c0880 (patch) | |
tree | ebe1816a8e29a17d11f53b743fc80bdbe1aeeeae /mod/blog/lib/blog.php | |
parent | c501b5b60051007f8db088c987a66a03e9934c0b (diff) | |
download | elgg-508fe03a44dec3a275c19fe2c63ab63fd04c0880.tar.gz elgg-508fe03a44dec3a275c19fe2c63ab63fd04c0880.tar.bz2 |
Fixes #4035 made the entity view pages consistent for blog, bookmarks, file, pages, and forum posts
Diffstat (limited to 'mod/blog/lib/blog.php')
-rw-r--r-- | mod/blog/lib/blog.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/blog/lib/blog.php b/mod/blog/lib/blog.php index 792f32c42..590547a8c 100644 --- a/mod/blog/lib/blog.php +++ b/mod/blog/lib/blog.php @@ -20,7 +20,6 @@ function blog_get_page_content_read($guid = NULL) { // no header or tabs for viewing an individual blog $return['filter'] = ''; - $return['header'] = ''; if (!elgg_instanceof($blog, 'object', 'blog')) { $return['content'] = elgg_echo('blog:error:post_not_found'); |