change flag to string type in db_import

prevents crash
0.4
shivajiva101 2018-01-18 15:15:03 +00:00 committed by GitHub
parent e13372a125
commit b254403a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ if get_setting("import") == nil then
update_password(name, stuff.password)
end
end
add_setting("import", true) -- set db flag
add_setting("import", 'true') -- set db flag
end
local function task()