summaryrefslogtreecommitdiff
path: root/modules/block
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-28 01:40:39 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-28 01:40:39 +0000
commit6b6ea89afa76e5b3e3161e1afcb0e5f6350099a9 (patch)
treeb49eac068dd93d94e66b9f56ca8428b092643621 /modules/block
parent926a26b6d56da73381ff789dd61b43c9ab663ffd (diff)
downloadbrdo-6b6ea89afa76e5b3e3161e1afcb0e5f6350099a9.tar.gz
brdo-6b6ea89afa76e5b3e3161e1afcb0e5f6350099a9.tar.bz2
- Patch #850686 by Jacine, sun: renamed 'highlight' region to 'highlighted' for consistency.
Diffstat (limited to 'modules/block')
-rw-r--r--modules/block/block.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.install b/modules/block/block.install
index b9f1285bc..1a6ec333a 100644
--- a/modules/block/block.install
+++ b/modules/block/block.install
@@ -346,7 +346,7 @@ function block_update_7004() {
'theme' => $theme,
'status' => 1,
'weight' => 0,
- 'region' => 'highlight',
+ 'region' => 'highlighted',
'visibility' => BLOCK_VISIBILITY_LISTED,
'pages' => '<front>',
'cache' => DRUPAL_NO_CACHE,