Fix warning in results page when result is after penalty

This commit is contained in:
2023-08-11 09:09:53 +02:00
parent 5edd08986c
commit 30489c0cfb

View File

@@ -401,6 +401,7 @@ switch ($league_info['bet_ko_type'])
break;
case BET_KO_PENALTY:
$result_explain = sprintf($user->lang['PENALTY']);
$label_finalresult = sprintf($user->lang['PENALTY']);
$display_ko = false;
break;
default: