From 202d014bed835fc5c544a38e220a28a7bb488167 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 22 Jun 2009 12:52:51 +0000 Subject: Updated for startstop in core 0.5.0 --- postgresql-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgresql-controller.lua') 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) -- cgit v1.2.3