From c35de889709f157d2e95f1ec40dd7f8486534e21 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2009 16:08:51 +0000 Subject: Updated for startstop in core 0.5.0 --- squid-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squid-controller.lua b/squid-controller.lua index 1cd1280..e99345f 100644 --- a/squid-controller.lua +++ b/squid-controller.lua @@ -11,7 +11,7 @@ status = function( self ) end startstop = function( 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 config = function( self ) -- cgit v1.2.3