From: Steven Barth Date: Tue, 15 Jul 2008 16:03:37 +0000 (+0000) Subject: themes/openwrt.org: Fixed UCI change display X-Git-Tag: 0.8.0~656 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=5510e082ca9fbc141ba63c27d968f2930b731357 themes/openwrt.org: Fixed UCI change display --- 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 <% - 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