summaryrefslogtreecommitdiffstats
path: root/dansguardian-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dansguardian-controller.lua')
-rw-r--r--dansguardian-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dansguardian-controller.lua b/dansguardian-controller.lua
index 37470bd..8de38b0 100644
--- a/dansguardian-controller.lua
+++ b/dansguardian-controller.lua
@@ -11,7 +11,7 @@ status = function( self )
end
startstop = function( self )
- return controllerfunctions.handle_startstop(self, self.model.startstop_service, self.model.get_status, self.clientdata)
+ return controllerfunctions.handle_startstop(self, self.model.startstop_service, self.clientdata)
end
general = function( self )