summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@trask19.(none)>2009-06-04 15:42:41 +0000
committerroot <root@trask19.(none)>2009-06-04 15:42:41 +0000
commit72e2ca697978a7a5e979886e96f907bb9835bac7 (patch)
treeb16832f4750078029de8afc3d473e93b16df3aca
parent74825500fe2b75d4e69e8c3f4c9b45b43a31d20a (diff)
downloadacf-dovecot-72e2ca697978a7a5e979886e96f907bb9835bac7.tar.bz2
acf-dovecot-72e2ca697978a7a5e979886e96f907bb9835bac7.tar.xz
Updated for startstop in core 0.5.0
-rw-r--r--dovecot-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovecot-controller.lua b/dovecot-controller.lua
index 859055f..d53cc75 100644
--- a/dovecot-controller.lua
+++ b/dovecot-controller.lua
@@ -10,7 +10,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 details(self)