Skip to content

Commit

Permalink
fix: ensure array is not associative
Browse files Browse the repository at this point in the history
  • Loading branch information
bepsvpt committed Apr 17, 2024
1 parent 6d26bf6 commit 96a357c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/triggers/class-acf-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function ( $post ) {
'updated_at' => get_the_modified_date( 'U', $post ),
);
},
$posts
array_values($posts)
);
}
}

0 comments on commit 96a357c

Please sign in to comment.