From 70ded13045e6b882859eeb0acb928eb8cacefd28 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 2 Jan 2009 21:33:10 +0000 Subject: Use luci.fs.access instead of luci.fs.isfile where applicable --- applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-uvc_streamer/luasrc') diff --git a/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua b/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua index 1766c2b116..64491dc9dc 100644 --- a/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua +++ b/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua @@ -18,7 +18,7 @@ module("luci.controller.uvc_streamer", package.seeall) function index() require("luci.i18n") luci.i18n.loadc("uvc_streamer") - if not luci.fs.isfile("/etc/config/uvc-streamer") then + if not luci.fs.access("/etc/config/uvc-streamer") then return end -- cgit v1.2.3