mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-18 21:52:51 +00:00
Minor fix
This commit is contained in:
parent
601eb1e49a
commit
09af079c2d
2 changed files with 2 additions and 2 deletions
|
|
@ -12,5 +12,5 @@ class Syntax(GenericSyntax):
|
|||
GenericSyntax.__init__(self)
|
||||
|
||||
@staticmethod
|
||||
def escape(expression):
|
||||
def escape(expression, quote=True):
|
||||
return expression
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue