Actions
Bug #8138
closedEmpty if substitutions cause warning due to missing match index
Description
If the below substitution is used for example (doesn't make much sense to do this, but you can) it will cause a warning due to match group 3 being missing (the resulting string for the match).
[cb:if username="123"][/cb:if]
Actions