diff --git a/core/modules/block/block.install b/core/modules/block/block.install index c024974..3ead2d7 100644 --- a/core/modules/block/block.install +++ b/core/modules/block/block.install @@ -302,7 +302,7 @@ function block_update_8007() { /** * Generate a UUID for all comments. */ -function comment_update_8008(&$sandbox) { +function block_update_8008(&$sandbox) { if (!isset($sandbox['progress'])) { $sandbox['progress'] = 0; $sandbox['last'] = 0;