forked from rebillar/site-accueil-insa
Check if custom background is set in template v2
This commit is contained in:
parent
8e65d2322d
commit
04d3427c27
1 changed files with 1 additions and 1 deletions
|
@ -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='';
|
||||
?>
|
||||
|
||||
|
|
Loading…
Reference in a new issue