diff options
Diffstat (limited to 'modules/block/block.install')
-rw-r--r-- | modules/block/block.install | 2 |
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, |