summaryrefslogtreecommitdiffstats
path: root/clamav-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'clamav-controller.lua')
-rw-r--r--clamav-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/clamav-controller.lua b/clamav-controller.lua
index ee54309..3755999 100644
--- a/clamav-controller.lua
+++ b/clamav-controller.lua
@@ -23,7 +23,7 @@ function mymodule.expert(self)
end
function mymodule.logfile(self)
- return self.model.getlogfile()
+ return self.model.get_logfile(self, self.clientdata)
end
return mymodule