summaryrefslogtreecommitdiffstats
path: root/asterisk-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'asterisk-model.lua')
-rw-r--r--asterisk-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/asterisk-model.lua b/asterisk-model.lua
index 6f37fe7..4ae839e 100644
--- a/asterisk-model.lua
+++ b/asterisk-model.lua
@@ -29,7 +29,7 @@ mymodule.get_status = function()
end
mymodule.get_startstop = function(self, clientdata)
- return modelfunctions.get_startstop(processname)
+ return modelfunctions.get_startstop(processname)
end
mymodule.startstop_service = function(self, startstop, action)