Skip to content
Snippets Groups Projects
Commit b76a58b4 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #606730 by hunmonk: fixed semicolon.

parent 92ad4274
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -173,7 +173,7 @@ function update_prepare_d7_bootstrap() {
* array(
* 0 => 'mymodule-block-1',
* 1 => 'mymodule-block-2',
* );
* ),
* );
*/
function update_fix_d7_block_deltas(&$sandbox, $renamed_deltas) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment