mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-26 01:53:48 +00:00
quick fix
This commit is contained in:
parent
be992b4471
commit
2d872f850a
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ def action():
|
|||
if conf.getColumns:
|
||||
conf.dumper.dbTableColumns(conf.dbmsHandler.getColumns())
|
||||
|
||||
if conf.commonTables:
|
||||
if conf.commonColumns:
|
||||
conf.dumper.dbTableColumns(columnExists(paths.COMMON_COLUMNS))
|
||||
|
||||
if conf.dumpTable:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue