summaryrefslogtreecommitdiffhomepage
path: root/themes/fledermaus
diff options
context:
space:
mode:
Diffstat (limited to 'themes/fledermaus')
-rw-r--r--themes/fledermaus/luasrc/view/themes/fledermaus/header.htm3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
index 2aea59cfd..40086d9ca 100644
--- a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
+++ b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
@@ -121,7 +121,8 @@ end
if "admin" == request[1] then
require("luci.model.uci")
local ucic = 0
- for n, s in pairs(luci.model.uci.changes()) do
+ local changes = luci.model.uci.changes()
+ for n, s in pairs(changes) do
for no, o in pairs(s) do
ucic = ucic + 1;
end