summaryrefslogtreecommitdiffstats
path: root/vlc-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-17 00:43:17 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-17 00:43:17 +0000
commitd6e8f214d59c9f70cd6c53cf82c9977328705245 (patch)
tree4dba421720ee83d7870da3bd94992b8ebfe980cb /vlc-controller.lua
parent1471dfac72a978562aac19fa7a1396a0c04b5222 (diff)
downloadacf-vlc-daemon-d6e8f214d59c9f70cd6c53cf82c9977328705245.tar.bz2
acf-vlc-daemon-d6e8f214d59c9f70cd6c53cf82c9977328705245.tar.xz
Changes to use new htmlviewfunctions functions and standardize logfile viewer
This closes a bug where log filename was not validated
Diffstat (limited to 'vlc-controller.lua')
-rw-r--r--vlc-controller.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/vlc-controller.lua b/vlc-controller.lua
index ddfef2d..3799d8e 100644
--- a/vlc-controller.lua
+++ b/vlc-controller.lua
@@ -20,8 +20,7 @@ function mymodule.expert(self)
end
function mymodule.logfile(self)
- return self.model.get_filedetails(self.clientdata.name or "", self.clientdata.grep)
-
+ return self.model.getlogfile()
end
return mymodule