configmode -> gluon-config-mode

This commit is contained in:
Nils Schneider 2013-10-03 23:09:38 +02:00
parent 7f5f469de7
commit f4aa08790c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ module("luci.controller.admin.index", package.seeall)
function index()
local uci_state = luci.model.uci.cursor_state()
local configmode = uci_state:get_first("configmode", "wizard", "running", "0") == "1"
local configmode = uci_state:get_first("gluon-config-mode", "wizard", "running", "0") == "1"
local root = node()
if not root.lock then