Module:AocUtils: Difference between revisions
Jump to navigation
Jump to search
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 | local path = frame.args.path | ||
if not path then | if not path then | ||
return "(unknown)" | return "(unknown)" |