From 04d3427c27ba95c2b0b18b17c1c1fb207a51d646 Mon Sep 17 00:00:00 2001 From: Keplyx Date: Thu, 16 May 2019 18:04:11 +0200 Subject: [PATCH] Check if custom background is set in template v2 --- template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.php b/template.php index 05c292d..6fbc290 100755 --- a/template.php +++ b/template.php @@ -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=''; ?>