From 91c3cf8fd05148866b97a47f1ac1500d1605c256 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Fri, 3 Dec 2010 16:11:57 +0000 Subject: [PATCH] Minor improvement --- lib/core/datatype.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/datatype.py b/lib/core/datatype.py index 97b748b43..6aa25c322 100644 --- a/lib/core/datatype.py +++ b/lib/core/datatype.py @@ -74,7 +74,7 @@ def injectionDict(): # data is a dict with stype as key and a tuple as value with # title, where, comment and reqPayload - injection.data = {} + injection.data = advancedDict() injection.dbms = None injection.dbms_version = None