summaryrefslogtreecommitdiffstats
path: root/acf/model/model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'acf/model/model.lua')
-rw-r--r--acf/model/model.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/acf/model/model.lua b/acf/model/model.lua
index aa27312..5fd96a7 100644
--- a/acf/model/model.lua
+++ b/acf/model/model.lua
@@ -59,8 +59,8 @@ end
Model = new(node.TreeNode)
-function Model:init(txn, path, addr)
- super(self, Model):init(txn, path, addr)
+function Model:init(context)
+ super(self, Model):init(context)
local mt = getmetatable(self)