Content deleted Content added
remove evidence of highly sophisticated debugging |
make featured topic notices active if ftmain is present because it leads to better error messages |
||
Line 606:
local args = articleHistoryObj.args
local prefixArgs = articleHistoryObj.prefixArgs
-- ftmain is included here because it leads to better error
return (args.ftname or prefixArgs.ft) and true or false▼
-- messages than leaving it out, even though ftmain by itself is
-- invalid.
end,
makeData = function (articleHistoryObj)
|