From 618b3b0211b88cb5ac8c6bd871bf93081e204929 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Sun, 5 Dec 2010 11:05:57 +0000 Subject: [PATCH] Cosmetics --- lib/controller/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 85534f375..cb8ecda51 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -267,7 +267,7 @@ def checkSqlInjection(place, parameter, value): # Save old page template and replace with new one pushValue(kb.pageTemplate) - kb.pageTemplate = Request.queryPage(agent.payload(place, parameter, value, origValue), place, content=True)[0] + kb.pageTemplate, _ = Request.queryPage(agent.payload(place, parameter, value, origValue), place, content=True) elif where == 3: origValue = ""