Check if custom background is set in template v2
このコミットが含まれているのは:
コミット
04d3427c27
1個のファイルの変更、1行の追加、1行の削除
|
@ -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='';
|
||||
?>
|
||||
|
||||
|
|
読み込み中…
新しいイシューから参照