Skip to content

Commit

Permalink
Fix original update.
Browse files Browse the repository at this point in the history
  • Loading branch information
joegl committed Oct 11, 2024
1 parent a208304 commit cc20539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docroot/profiles/sdss/sdss_profile/sdss_profile.install
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ function sdss_profile_update_10012() {
* Set default value for the su_sdss_explore_more_picker field on all existing
* nodes.
*/
function sdss_profile_update_10013() {
function sdss_profile_update_10013(&$sandbox) {
$node_storage = \Drupal::entityTypeManager()
->getStorage('node');
if (!isset($sandbox['count'])) {
Expand Down

0 comments on commit cc20539

Please sign in to comment.