Module:AocUtils: Difference between revisions

Undo revision 864 by Leoetlino (talk)
imported>Leoetlino
(fix?)
imported>Leoetlino
(Undo revision 864 by Leoetlino (talk))
Line 55: Line 55:
function pack.get_aoc_canonical_path(frame)
function pack.get_aoc_canonical_path(frame)
   local path = frame.args.path
   local path = frame.args.path
   if path == nil then
   if not path then
   return "(unknown)"
   return "(unknown)"
   end
   end
Anonymous user