summaryrefslogtreecommitdiff
path: root/modules/block/block.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/block/block.install')
-rw-r--r--modules/block/block.install4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/block/block.install b/modules/block/block.install
index 6090e0835..7d0c30a0c 100644
--- a/modules/block/block.install
+++ b/modules/block/block.install
@@ -183,9 +183,7 @@ function block_install() {
// during hook_page_alter(). Almost everything on the page is a block,
// so before block module runs, there will not be much to alter.
db_update('system')
- ->fields(array(
- 'weight' => -5,
- ))
+ ->fields(array('weight' => -5))
->condition('name', 'block')
->execute();
}