file & function update

This commit is contained in:
magepeopleteam 2021-12-13 12:30:12 +00:00
parent ddb0fda668
commit 758937975c
1 changed files with 1 additions and 1 deletions

View File

@ -1662,7 +1662,7 @@ if (!function_exists('mep_event_list_price')) {
if(sizeof($mep_event_ticket_type) > 0){
foreach ($mep_event_ticket_type as $ticket) {
$price_arr[] = $ticket['option_price_t'];
$price_arr[] = array_key_exists('option_price_t',$ticket) ? $ticket['option_price_t'] : null;
}
}