summaryrefslogtreecommitdiffstats
path: root/acf/persistence/backends/null.lua
diff options
context:
space:
mode:
Diffstat (limited to 'acf/persistence/backends/null.lua')
-rw-r--r--acf/persistence/backends/null.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/acf/persistence/backends/null.lua b/acf/persistence/backends/null.lua
index 62a793f..45b6f22 100644
--- a/acf/persistence/backends/null.lua
+++ b/acf/persistence/backends/null.lua
@@ -6,5 +6,5 @@ See LICENSE file for license details
module(..., package.seeall)
backend = require('acf.object').class()
-function backend:get(path) if #path == 0 then return {} end end
+function backend:get(path, tpe) if #path == 0 then return {} end end
function backend:set(mods) end