diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index d11934e0f259e25b7b9b5ffad87d81326fc62458..eaeb570ef8f5db290f6ee4b7c37754ec5cf044db 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -154,7 +154,7 @@ <</if>> <<if ndef $reminders>> - $reminders = []; + <<set $reminders = []>> <<elseif !Array.isArray($reminders)>> <<set _r = $reminders, $reminders = []>> <<for _i = 0; _i < _r.entries.length; _i++>>