From 19a6c8d65bf675acbb0dfa44932c5aea5dab1ed6 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 23 Feb 2012 14:12:10 +0000 Subject: Change startstop to use the latest method from acf-core-0.15 --- 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 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) -- cgit v1.2.3