summaryrefslogtreecommitdiffstats
path: root/fetchmail-controller.lua
diff options
context:
space:
mode:
authorroot <root@trask19.(none)>2009-06-04 15:48:12 +0000
committerroot <root@trask19.(none)>2009-06-04 15:48:12 +0000
commit291221a3fcbc820943fe3505b2a6d6534f36b67c (patch)
treee03a921c0d9549ae2f9da99475cb04d67fab3071 /fetchmail-controller.lua
parent9ec5b6b4903cdab7cc03a82304415a0db647c4b6 (diff)
downloadacf-fetchmail-291221a3fcbc820943fe3505b2a6d6534f36b67c.tar.bz2
acf-fetchmail-291221a3fcbc820943fe3505b2a6d6534f36b67c.tar.xz
Updated for startstop in core 0.5.0
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)