瀏覽代碼

gluon-luci-admin: remove redundant Compound

Matthias Schiffer 7 年之前
父節點
當前提交
a06541623e
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      package/gluon-luci-admin/luasrc/usr/lib/lua/luci/model/cbi/admin/remote.lua

+ 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