plugins/data: check the rest of the paths too (nw)

This commit is contained in:
cracyc 2017-02-13 16:29:25 -06:00 committed by GitHub
parent a783bb3de4
commit d090bbedb8

View File

@ -38,7 +38,6 @@ function datfile.open(file, vertag, fixupcb)
if fh then
break
end
return
end
-- remove unsafe chars from file for use in sql statement
file = file:gsub("[^%w%._]", "")