Skip to content
Snippets Groups Projects
Commit d4c9e042 authored by Marc Bastian Heinrichs's avatar Marc Bastian Heinrichs Committed by Markus Klein
Browse files

[BUGFIX] Fix empty globalString LIT condition comparison

An empty "LIT:" condition results in NULL, so the strict compare
doesn't match with the empty string.

Solution is to cast the haystack to string before, like it was
done anyway later in the preg_match.

Releases: 6.3, 6.2, 6.1
Resolves: #59344
Change-Id: I1e4b00e454d921eedd0c03a1767d4ec57c321bd7
Reviewed-on: https://review.typo3.org/30992
Reviewed-by: Markus Klein
Tested-by: Markus Klein
parent b81d4158
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment