1
0
mirror of https://github.com/revarbat/BOSL2.git synced 2025-04-21 23:01:51 +02:00

set default color to prevent error

This commit is contained in:
Adrian Mariano 2021-09-16 22:39:45 -04:00
parent 9ca28066e1
commit bf23e067bd

@ -13,7 +13,7 @@
// Default values for attachment code.
$tags = "";
$overlap = 0;
$color = undef;
$color = "yellow";
$attach_to = undef;
$attach_anchor = [CENTER, CENTER, UP, 0];