NIU: Minor fixes
[project/luci.git] / libs / cbi / luasrc / cbi.lua
index c318e64..c9db8be 100644 (file)
@@ -561,7 +561,7 @@ function Delegator.get(self, name)
        local node = self.nodes[name]
 
        if type(node) == "string" then
-               node = load(node)
+               node = load(node, name)
        end
 
        if type(node) == "table" and getmetatable(node) == nil then