gluon-luci-admin: remove redundant Compound

This commit is contained in:
Matthias Schiffer 2017-01-25 23:25:28 +01:00
parent 78d8645e19
commit a06541623e
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 1 additions and 3 deletions

View File

@ -84,6 +84,4 @@ function f_password:handle(state, data)
end
end
local c = Compound(f_keys, f_password)
c.pageaction = false
return c
return f_keys, f_password