mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-27 01:49:04 +00:00
Minor fix
This commit is contained in:
@@ -12,5 +12,5 @@ class Syntax(GenericSyntax):
|
||||
GenericSyntax.__init__(self)
|
||||
|
||||
@staticmethod
|
||||
def escape(expression):
|
||||
def escape(expression, quote=True):
|
||||
return expression
|
||||
|
||||
Reference in New Issue
Block a user