Skip to content

Commit

Permalink
Removed unintended underscore in update hook name
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Dec 17, 2024
1 parent 28633c9 commit c5d5d8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ function su_humsci_profile_update_9716(&$sandbox) {
/**
* Delete webform submissions.
*/
function _su_humsci_profile_update_9617(&$sandbox){
function su_humsci_profile_update_9617(&$sandbox){
$submission_storage = \Drupal::entityTypeManager()->getStorage('webform_submission');
if (empty($sandbox['ids'])) {
$sandbox['ids'] = $submission_storage->getQuery()
Expand Down

0 comments on commit c5d5d8c

Please sign in to comment.