diff options
Diffstat (limited to 'weblog-controller.lua')
-rw-r--r-- | weblog-controller.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog-controller.lua b/weblog-controller.lua index fcf2a06..b801740 100644 --- a/weblog-controller.lua +++ b/weblog-controller.lua @@ -95,7 +95,7 @@ function downloadselected(self) end function checkselected(self) - return self.model.editselected(self.clientdata.chkdata) + return controllerfunctions.handle_form(self, self.model.geteditselected, self.model.editselected, self.clientdata, "Submit", "Submit select update", "Select fields updated") end function clearselected(self) |