mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
Minor fix
This commit is contained in:
parent
42b2c85517
commit
ebe3f4c34c
|
@ -515,7 +515,7 @@ class Databases:
|
|||
value = inject.getValue(query, blind=False)
|
||||
|
||||
if Backend.isDbms(DBMS.SQLITE):
|
||||
parseSqliteTableSchema(value)
|
||||
parseSqliteTableSchema(unArrayizeValue(value))
|
||||
elif not isNoneValue(value):
|
||||
table = {}
|
||||
columns = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user