summaryrefslogtreecommitdiffstats
path: root/postgresql-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-02-23 14:12:10 +0000
committerTed Trask <ttrask01@yahoo.com>2012-02-23 14:12:10 +0000
commit19a6c8d65bf675acbb0dfa44932c5aea5dab1ed6 (patch)
tree508a8d6dc0f70d414377e268bd0f372ec26792cf /postgresql-controller.lua
parent7f816d868dcae07566d07b5a91d389197017651e (diff)
downloadacf-postgresql-19a6c8d65bf675acbb0dfa44932c5aea5dab1ed6.tar.bz2
acf-postgresql-19a6c8d65bf675acbb0dfa44932c5aea5dab1ed6.tar.xz
Change startstop to use the latest method from acf-core-0.15
Diffstat (limited to 'postgresql-controller.lua')
-rw-r--r--postgresql-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql-controller.lua b/postgresql-controller.lua
index e7c6d13..83f2a05 100644
--- a/postgresql-controller.lua
+++ b/postgresql-controller.lua
@@ -15,7 +15,7 @@ function status(self)
end
function startstop(self)
- return controllerfunctions.handle_startstop(self, self.model.startstop_service, self.clientdata)
+ return controllerfunctions.handle_form(self, self.model.get_startstop, self.model.startstop_service, self.clientdata)
end
function details(self)