file & function update
This commit is contained in:
parent
ddb0fda668
commit
758937975c
|
@ -1662,7 +1662,7 @@ if (!function_exists('mep_event_list_price')) {
|
||||||
|
|
||||||
if(sizeof($mep_event_ticket_type) > 0){
|
if(sizeof($mep_event_ticket_type) > 0){
|
||||||
foreach ($mep_event_ticket_type as $ticket) {
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue