removed pageTemplate from injection(s), it's not longer stored in session, and it's reloaded when resuming from session

This commit is contained in:
Miroslav Stampar
2010-12-07 14:06:54 +00:00
parent 0dc630203f
commit add6235b16
4 changed files with 21 additions and 2 deletions

View File

@@ -396,7 +396,6 @@ def checkSqlInjection(place, parameter, value):
injection.data[stype].where = where
injection.data[stype].vector = vector
injection.data[stype].comment = comment
injection.data[stype].pageTemplate = kb.pageTemplate
if hasattr(test, "details"):
for detailKey, detailValue in test.details.items():