convert luci.fs users to nixio.fs api
[project/luci.git] / applications / luci-upnp / luasrc / controller / upnp.lua
index c88abddc24f33f78d4689d09ef18e268d7b25eae..fd3175553c825cb788fd543591bc2612c05991a0 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