Browse Source

gluon-luci-admin: remove redundant Compound

Matthias Schiffer 7 years ago
parent
commit
a06541623e

+ 1 - 3
package/gluon-luci-admin/luasrc/usr/lib/lua/luci/model/cbi/admin/remote.lua

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