From bfe1568cf01ccaf7ce18702263835313e39d111c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2009 16:03:33 +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