Line 49:
Line 49:
local collectionKey = stringKey('collection', context, n)
local collectionKey = stringKey('collection', context, n)
if collectionKey then
if collectionKey then
−
local _, CollectionData = U.requireModule(string.format("Module:Collection/%s", collectionKey))
+
local _, CollectionData = U.requireModule(string.format("Collection/%s", collectionKey))
collection = U.icopy(CollectionData)
collection = U.icopy(CollectionData)
else
else