Skip to content

Commit

Permalink
fixup update function name
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Dec 17, 2024
1 parent c5d5d8c commit fa379a0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1064,8 +1064,9 @@ function su_humsci_profile_update_9716(&$sandbox) {
/**
* Delete webform submissions.
*/
function su_humsci_profile_update_9617(&$sandbox){
$submission_storage = \Drupal::entityTypeManager()->getStorage('webform_submission');
function su_humsci_profile_update_9717(&$sandbox) {
$submission_storage = \Drupal::entityTypeManager()
->getStorage('webform_submission');
if (empty($sandbox['ids'])) {
$sandbox['ids'] = $submission_storage->getQuery()
->accessCheck(FALSE)
Expand Down

0 comments on commit fa379a0

Please sign in to comment.