mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-16 05:13:22 +01:00
Minor fix
This commit is contained in:
parent
42b2c85517
commit
ebe3f4c34c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue