summaryrefslogtreecommitdiffstats
path: root/did-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'did-model.lua')
-rw-r--r--did-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/did-model.lua b/did-model.lua
index 0786c94..08b342d 100644
--- a/did-model.lua
+++ b/did-model.lua
@@ -1181,7 +1181,7 @@ function getnewdatabase()
return cfe({ type="group", value=database, label="Create Database", errtxt=errtxt })
end
-function create_database(database)
+function create_database(self, database)
local success = true
local errtxt