summaryrefslogtreecommitdiffstats
path: root/postgresql-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-06-22 12:52:51 +0000
committerTed Trask <ttrask01@yahoo.com>2009-06-22 12:52:51 +0000
commit202d014bed835fc5c544a38e220a28a7bb488167 (patch)
tree3113a5cf2a154237d50fdbfee5d9162756b3ade4 /postgresql-controller.lua
parente5a0bba3ff581e9b6c0bb964f267a6d8367d0b16 (diff)
downloadacf-postgresql-Alpine1.8_Fixes.tar.bz2
acf-postgresql-Alpine1.8_Fixes.tar.xz
Updated for startstop in core 0.5.0Alpine1.8_Fixes
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)