diff options
author | Ted Trask <ttrask01@yahoo.com> | 2015-09-23 13:01:08 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2015-09-23 13:02:05 +0000 |
commit | e4878341b8e86e3f170b7880d1b7350efcdd7113 (patch) | |
tree | 4c3ffd80bb323efa9ddbde69a454edfb57f5bad2 /clamav-controller.lua | |
parent | 4f56f8c829a2562c85c7cc01b7fcd4b5e99187ad (diff) | |
download | acf-clamav-e4878341b8e86e3f170b7880d1b7350efcdd7113.tar.bz2 acf-clamav-e4878341b8e86e3f170b7880d1b7350efcdd7113.tar.xz |
Modify logfile to get logging info from the config and use common view
Diffstat (limited to 'clamav-controller.lua')
-rw-r--r-- | clamav-controller.lua | 2 |
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 |