Content deleted Content added
add featured topic code |
fix variable name |
||
Line 440:
local isFeatured = false
for _, topic in ipairs(topics) do
if topic.status == 'FT' then
isFeatured = true
break
|
add featured topic code |
fix variable name |
||
Line 440:
local isFeatured = false
for _, topic in ipairs(topics) do
if topic.status == 'FT' then
isFeatured = true
break
|