luci-app-passwall: sync with upstream source

This commit is contained in:
CN_SZTL 2020-08-01 17:47:29 +08:00
parent ec15c5955d
commit f00da71172
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-passwall
PKG_VERSION:=3.9
PKG_RELEASE:=27
PKG_DATE:=20200730
PKG_RELEASE:=28
PKG_DATE:=20200801
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

View File

@ -753,7 +753,7 @@ local function update_node(manual)
if next(CONFIG) then
local nodes = {}
local ucic3 = uci.cursor()
local ucic3 = luci.model.uci.cursor()
ucic3:foreach(application, uciType, function(node)
nodes[node['.name']] = node
end)