diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-11-06 23:24:33 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-11-06 23:24:33 +0000 |
commit | 926dff9fc9739e85085890e3e4e96e8551e51ff7 (patch) | |
tree | 1e29a11751e5cdd009affe59d052c9ee8d6b3b58 /modules/blog/blog.module | |
parent | 27e91f114532baf921d57bd86d5ccd56059ba7aa (diff) | |
download | brdo-926dff9fc9739e85085890e3e4e96e8551e51ff7.tar.gz brdo-926dff9fc9739e85085890e3e4e96e8551e51ff7.tar.bz2 |
#601932 by David_Rothstein, carlos8f, yoroy, Bojhan, et al: Allow dashboard to limit available blocks.
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; } |