Skip to content
Snippets Groups Projects
Unverified Commit a0654162 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-luci-admin: remove redundant Compound

parent 78d8645e
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment