fix fallout from nixio.fs transition
[project/luci.git] / libs / web / luasrc / template.lua
index e8f65e3..4971033 100644 (file)
@@ -176,7 +176,7 @@ function Template.__init__(self, name)
                local tplmt = fs.stat(sourcefile, "mtime") or fs.stat(sourcefile .. ".htm", "mtime")
                local commt = fs.stat(compiledfile, "mtime")
                
-               if not fs.mtime(cdir) then
+               if not fs.stat(cdir, "mtime") then
                        fs.mkdirr(cdir)
                        fs.chmod(fs.dirname(cdir), 777)
                end