Minor fix

This commit is contained in:
stamparm 2013-03-26 15:07:14 +01:00
parent 825aa4b8dd
commit 2fe6aea0eb

View File

@ -136,9 +136,9 @@ def _setRequestParams():
conf.data = re.sub(r"(?si)(Content-Disposition.+?)((\r)?\n--)", r"\g<1>%s\g<2>" % CUSTOM_INJECTION_MARK_CHAR, conf.data)
kb.postHint = POST_HINT.MULTIPART
elif CUSTOM_INJECTION_MARK_CHAR in conf.data: # later processed
if not kb.postHint:
if CUSTOM_INJECTION_MARK_CHAR in conf.data: # later processed
pass
else:
place = PLACE.POST