2,875
edits
No edit summary |
No edit summary |
||
Line 121: | Line 121: | ||
end | end | ||
function p.getCourseList( | function p.getCourseList(frame) | ||
local args = frame:getParent().args | local args = frame:getParent().args | ||
return p._getCourseList(args) | return p._getCourseList(args) |
edits