summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-qos
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-qos')
-rw-r--r--applications/luci-qos/luasrc/controller/qos.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-qos/luasrc/controller/qos.lua b/applications/luci-qos/luasrc/controller/qos.lua
index 5a9ef5e15..970dd3d60 100644
--- a/applications/luci-qos/luasrc/controller/qos.lua
+++ b/applications/luci-qos/luasrc/controller/qos.lua
@@ -14,7 +14,7 @@ $Id$
module("luci.controller.qos", package.seeall)
function index()
- if not luci.fs.isfile("/etc/config/qos") then
+ if not luci.fs.access("/etc/config/qos") then
return
end