Check if custom background is set in template v2
Dieser Commit ist enthalten in:
Ursprung
8e65d2322d
Commit
04d3427c27
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
|
@ -13,7 +13,7 @@ function get_total_points($team)
|
||||||
$scoreUSA = get_total_points('usa');
|
$scoreUSA = get_total_points('usa');
|
||||||
$scoreURSS = get_total_points('urss');
|
$scoreURSS = get_total_points('urss');
|
||||||
|
|
||||||
if (!$customBackgroundId)
|
if (!isset($customBackgroundId))
|
||||||
$customBackgroundId='';
|
$customBackgroundId='';
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
||||||
Laden …
In neuem Issue referenzieren