diff options
Diffstat (limited to 'tinydns-controller.lua')
-rw-r--r-- | tinydns-controller.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinydns-controller.lua b/tinydns-controller.lua index bcaffa4..7155612 100644 --- a/tinydns-controller.lua +++ b/tinydns-controller.lua @@ -23,7 +23,7 @@ end function newfile(self) return controllerfunctions.handle_form(self, self.model.getnewconfigfile, function(value) return self.model.createconfigfile(self, value, sessiondata.userinfo.userid) - end, self.clientdata, "Create", "Create New Config File", "Config File Created", "listfiles") + end, self.clientdata, "Create", "Create New Config File", "Config File Created") end function listfiles(self) |