Module:Error: Difference between revisions

Content deleted Content added
m Removed protection from "Module:Error": unprotecting - still bug fixes to be made
simplify message input test
Line 37:
-- if the message parameter is present but blank, change it to nil so that Lua will
-- consider it false.
if args.message and args.message == "" then
args.message = nil
end