소스 검색

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