diff --git a/lib/request/inject.py b/lib/request/inject.py index 6e46b7fbd..9c31b15fb 100644 --- a/lib/request/inject.py +++ b/lib/request/inject.py @@ -382,7 +382,7 @@ def getValue(expression, blind=True, inband=True, error=True, time=True, fromUse try: if conf.direct: value = direct(expression) - elif kb.booleanTest is not None or kb.errorTest is not None or kb.unionTest is not None or kb.timeTest is not None: + elif kb.booleanTest is not None or kb.errorTest is not None or kb.unionTest is not None or kb.timeTest is not None or kb.stackedTest is not None: expression = cleanQuery(expression) expression = expandAsteriskForColumns(expression) value = None