Module:User: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(deal with nil values properly)
(fix UserLinks variable name)
Line 51: Line 51:
}
}
local codes = {'t', 'c'}
local codes = {'t', 'c'}
local snippets = userLinks.getSnippets(args)
local snippets = mUserLinks.getSnippets(args)
local links = userLinks.getLinks(snippets)
local links = mUserLinks.getLinks(snippets)
local success, result = pcall(mUserLinks.export, codes, links, options)
local success, result = pcall(mUserLinks.export, codes, links, options)
if success then
if success then