Content deleted Content added
Add two misssing error: |
Petr Matas (talk | contribs) Split a confusing multiple declaration with assignment |
||
Line 52:
end
local result
if type(result) == "function" then
local success;
success, result = pcall( result, title, unpack(pn) );
if not success then
|