summaryrefslogtreecommitdiffstats
path: root/fetchmail-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail-controller.lua')
-rw-r--r--fetchmail-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail-controller.lua b/fetchmail-controller.lua
index 9a7ff33..404c05b 100644
--- a/fetchmail-controller.lua
+++ b/fetchmail-controller.lua
@@ -9,7 +9,7 @@ function status(self)
end
function startstop(self)
- return controllerfunctions.handle_startstop(self, self.model.startstop_service, self.model.getstatus, self.clientdata)
+ return controllerfunctions.handle_startstop(self, self.model.startstop_service, self.clientdata)
end
function editconfig(self)