Fix bug introduced in v1.14.21.1 causing error message when menu opened.
This commit is contained in:
parent
517c9600ec
commit
e8682c37f8
@ -43,7 +43,7 @@ ArchiveLink =
|
|||||||
else
|
else
|
||||||
type
|
type
|
||||||
value = if type is 'country'
|
value = if type is 'country'
|
||||||
post.info.flagCode or post.info.flagCodeTroll.toLowerCase()
|
post.info.flagCode or post.info.flagCodeTroll?.toLowerCase()
|
||||||
else
|
else
|
||||||
Filter.values(type, post)[0]
|
Filter.values(type, post)[0]
|
||||||
# We want to parse the exact same stuff as the filter does already.
|
# We want to parse the exact same stuff as the filter does already.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user