summaryrefslogtreecommitdiffstats
path: root/acf/model/root.lua
diff options
context:
space:
mode:
Diffstat (limited to 'acf/model/root.lua')
-rw-r--r--acf/model/root.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/acf/model/root.lua b/acf/model/root.lua
index 8571527..b2bebb1 100644
--- a/acf/model/root.lua
+++ b/acf/model/root.lua
@@ -14,7 +14,7 @@ local pth = require('acf.path')
RootModel = model.new()
function RootModel:init(txn)
- object.super(self, RootModel):init{txn=txn, path='/', addr='/volatile'}
+ object.super(self, RootModel):init{txn=txn, path='/', addr='/null/root'}
end
function RootModel:has_permission(user, permission)