summaryrefslogtreecommitdiffstats
path: root/lighttpd-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-10-31 02:05:04 +0000
committerTed Trask <ttrask01@yahoo.com>2015-10-31 02:05:04 +0000
commit895eedabe3664b138a9b8ede0afeb3b1103203c8 (patch)
tree0fe404b29ce481a284d99a14bfea8d6fc2abfffc /lighttpd-controller.lua
parent6cc25ba14203c8b6bcf1e070b208c16f87e68af5 (diff)
downloadacf-lighttpd-895eedabe3664b138a9b8ede0afeb3b1103203c8.tar.bz2
acf-lighttpd-895eedabe3664b138a9b8ede0afeb3b1103203c8.tar.xz
Modify logfile to get logging info from the config and use common view
Diffstat (limited to 'lighttpd-controller.lua')
-rw-r--r--lighttpd-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lighttpd-controller.lua b/lighttpd-controller.lua
index c6ff50a..c3da08f 100644
--- a/lighttpd-controller.lua
+++ b/lighttpd-controller.lua
@@ -19,7 +19,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