themes/openwrt.org: Fixed UCI change display

This commit is contained in:
Steven Barth 2008-07-15 16:03:37 +00:00
parent 41efc83c17
commit 5510e082ca

View file

@ -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