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 b5e28fb..67d47a4 100644
--- a/asterisk-model.lua
+++ b/asterisk-model.lua
@@ -36,7 +36,7 @@ function startstop_service(self, startstop, action)
return modelfunctions.startstop_service(startstop, action)
end
-get_file = function(clientdata)
+get_file = function(self, clientdata)
return modelfunctions.getfiledetails(clientdata.filename, is_valid_filename)
end