summaryrefslogtreecommitdiff
path: root/modules/blog
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-06 23:24:33 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-06 23:24:33 +0000
commit926dff9fc9739e85085890e3e4e96e8551e51ff7 (patch)
tree1e29a11751e5cdd009affe59d052c9ee8d6b3b58 /modules/blog
parent27e91f114532baf921d57bd86d5ccd56059ba7aa (diff)
downloadbrdo-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')
-rw-r--r--modules/blog/blog.module1
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;
}