Mismatch between arrays with different initial indexes at get_variable_priced_bundled_downloads()
#9688
Labels
type-bug
workflow-needs-replication
workflow-pending-triage
Items that need to be triaged and reviewed before they are worked on.
Bug Report
In
includes/admin/downloads/views/metabox-bundled-products.php
, the value for the_edd_bundled_products_conditions
meta is inserted as an array of initial index of 1, instead of 0 (see here). This creates a mistmatch atEDD_Download->get_variable_priced_bundled_downloads()
, where we're using an index of_edd_bundled_products_conditions
to select a download from an array of initial index of 0.Information (if a specific version is affected):
EDD Version (or branch): 3.2.3
Any other relevant information:
Happens in the Pro plugin as well.
The text was updated successfully, but these errors were encountered: