Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89a7516

Browse files
committed
bug fix
1 parent 24ed99e commit 89a7516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/generic/enumeration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ def __pivotDumpTable(self, table, colList, count=None, blind=True):
14021402
value = inject.getValue(query, blind=False)
14031403

14041404
if column == colList[0]:
1405-
if not value:
1405+
if isNoneValue(value):
14061406
breakRetrieval = True
14071407
break
14081408
else:

0 commit comments

Comments
 (0)