diff --git a/fileinfo.lua b/fileinfo.lua index 759d10e2d..c04dfa825 100644 --- a/fileinfo.lua +++ b/fileinfo.lua @@ -32,6 +32,7 @@ end function FileInfo:init(path, fname) self.pathfile = path.."/"..fname + self.result = {} -- add commands only once if not self.commands then self:addAllCommands()