convert luci.fs users to nixio.fs api
[project/luci.git] / applications / luci-upnp / luasrc / controller / upnp.lua
index c88abdd..fd31755 100644 (file)
@@ -15,7 +15,7 @@ $Id$
 module("luci.controller.upnp", package.seeall)
 
 function index()
-       if not luci.fs.access("/etc/config/upnpd") then
+       if not nixio.fs.access("/etc/config/upnpd") then
                return
        end