From 16c404478b6b1b3364076444bdd67e5bd0c4e99f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 13 Oct 2008 14:59:30 +0000 Subject: Shorewall redirect to listfiles after edit. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1554 ab2d0c66-481e-0410-8bed-d214d4d58bed --- shorewall-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shorewall-controller.lua b/shorewall-controller.lua index da88e40..0300bd1 100644 --- a/shorewall-controller.lua +++ b/shorewall-controller.lua @@ -39,7 +39,7 @@ function listfiles(self) end function edit(self) - return controllerfunctions.handle_form(self, function() return self.model.getfiledetails(self.clientdata.filename) end, self.model.updatefiledetails, self.clientdata, "Save", "Edit File", "File Saved") + return controllerfunctions.handle_form(self, function() return self.model.getfiledetails(self.clientdata.filename) end, self.model.updatefiledetails, self.clientdata, "Save", "Edit File", "File Saved", "listfiles") end function check(self) -- cgit v1.2.3