Module:Article history/config: Difference between revisions

Content deleted Content added
swap the position of articleHistoryObj and actionObj in the action object functions
use a link property rather than a getLink method for action objects
Line 816:
local actionObj = actions[i]
if actionObj.id == 'FAC' then
link = actionObj:getLink().link
break
end
Line 858:
local actionObj = actions[i]
if actionObj.id == 'FLC' then
link = actionObj:getLink().link
break
end