mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Some more things regarding #4269
This commit is contained in:
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")
|
||||
|
||||
Reference in New Issue
Block a user