Skip to content

Commit 2d1f41c

Browse files
author
Ethan Winn
committed
fixed hook_block_save snippet name by removing args
looks like the generator script may have been confused by the default arg set to an array()
1 parent f369cd8 commit 2d1f41c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/drupal.snippets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ snippet h_block_configure
15491549
}
15501550
return $form;
15511551
}
1552-
snippet h_block_save($delta = '', $edit = array
1552+
snippet h_block_save
15531553
/**
15541554
* Implements hook_block_save($delta = '', $edit = array().
15551555
*/
@@ -9224,4 +9224,4 @@ snippet hook_update_N
92249224
${3:/* Your code here */}
92259225

92269226
return $ret;
9227-
}
9227+
}

0 commit comments

Comments
 (0)