summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--squid-controller.lua2
1 files changed, 1 insertions, 1 deletions
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 )