summaryrefslogtreecommitdiffstats
path: root/postgresql-controller.lua
diff options
context:
space:
mode:
authorroot <root@trask19.(none)>2009-06-04 16:03:33 +0000
committerroot <root@trask19.(none)>2009-06-04 16:03:33 +0000
commitbfe1568cf01ccaf7ce18702263835313e39d111c (patch)
treefe3573ddff94103350f4166cbaf4506e090a7dbf /postgresql-controller.lua
parente5a0bba3ff581e9b6c0bb964f267a6d8367d0b16 (diff)
downloadacf-postgresql-bfe1568cf01ccaf7ce18702263835313e39d111c.tar.bz2
acf-postgresql-bfe1568cf01ccaf7ce18702263835313e39d111c.tar.xz
Updated for startstop in core 0.5.0
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 cf6301f..91ce5f8 100644
--- a/postgresql-controller.lua
+++ b/postgresql-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)