mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Some more things regarding #4269
This commit is contained in:
parent
6375f9e506
commit
e910fc6b8b
7 changed files with 153 additions and 163 deletions
2
thirdparty/clientform/clientform.py
vendored
2
thirdparty/clientform/clientform.py
vendored
|
|
@ -1930,7 +1930,7 @@ class ListControl(Control):
|
|||
raise AttributeError("control '%s' is disabled" % self.name)
|
||||
if self.readonly:
|
||||
raise AttributeError("control '%s' is readonly" % self.name)
|
||||
action == bool(action)
|
||||
action = bool(action)
|
||||
compat = self._form.backwards_compat
|
||||
if not compat and item.disabled:
|
||||
raise AttributeError("item is disabled")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue