convert luci.fs users to nixio.fs api
[project/luci.git] / applications / luci-ushare / luasrc / controller / ushare.lua
index 958f247d98bd7a3d5fa0418a8d1364e0af77abf5..b9c16a4c163f8c5560bda739e90966e5e43ca5ef 100644 (file)
@@ -18,7 +18,7 @@ module("luci.controller.ushare", package.seeall)
 function index()
        require("luci.i18n")
        luci.i18n.loadc("ushare")
-       if not luci.fs.access("/etc/config/ushare") then
+       if not nixio.fs.access("/etc/config/ushare") then
                return
        end