mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor fix to previous commit
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