Check if custom background is set in template v2

This commit is contained in:
Keplyx 2019-05-16 18:04:11 +02:00
parent 8e65d2322d
commit 04d3427c27

View file

@ -13,7 +13,7 @@ function get_total_points($team)
$scoreUSA = get_total_points('usa');
$scoreURSS = get_total_points('urss');
if (!$customBackgroundId)
if (!isset($customBackgroundId))
$customBackgroundId='';
?>