summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt.org/luasrc
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-07-15 16:03:37 +0000
committerSteven Barth <steven@midlink.org>2008-07-15 16:03:37 +0000
commit5510e082ca9fbc141ba63c27d968f2930b731357 (patch)
tree174b9a5cf24b4eea72bdaa81534fe11abe00c76d /themes/openwrt.org/luasrc
parent41efc83c17d01fd0a820a6dd6a88e42cec2ba089 (diff)
themes/openwrt.org: Fixed UCI change display
Diffstat (limited to 'themes/openwrt.org/luasrc')
-rw-r--r--themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm
index 7b711d062..5aed18f36 100644
--- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm
+++ b/themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm
@@ -157,7 +157,7 @@ end
</div>
<%
- if tree.nodes[category].ucidata then
+ if tree.nodes[category] and tree.nodes[category].ucidata then
local ucic = 0
for i, j in pairs(require("luci.model.uci").changes()) do
for k, l in pairs(j) do