diff options
Diffstat (limited to 'modules/blog/blog.module')
-rw-r--r-- | modules/blog/blog.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module index c9360db3e..d99d6860e 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -190,6 +190,7 @@ function _blog_post_exists($account) { */ function blog_block_info() { $block['recent']['info'] = t('Recent blog posts'); + $block['recent']['properties']['administrative'] = TRUE; return $block; } |