Module:AocUtils: Difference between revisions

fix?
imported>Leoetlino
No edit summary
imported>Leoetlino
(fix?)
Line 54: Line 54:


function pack.get_aoc_canonical_path(frame)
function pack.get_aoc_canonical_path(frame)
   path = frame.args['path']
   local path = frame.args.path
   if not path then
   if not path then
   return "(unknown)"
   return "(unknown)"
Anonymous user