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
|
|
@ -16,7 +16,7 @@ class Syntax:
|
|||
pass
|
||||
|
||||
@staticmethod
|
||||
def escape(expression):
|
||||
def escape(expression, quote=True):
|
||||
errMsg = "'escape' method must be defined "
|
||||
errMsg += "inside the specific DBMS plugin"
|
||||
raise SqlmapUndefinedMethod(errMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue