Actions
Bug #4286
closedLoad module does not function inside CB IF substitutions
Description
The REGEX to check for open and closing tag is likely the cause of this. Load module causes the substitution usage to stop working as it's probably ending at the end of the load module tag. The REGEX should be improved to grab the last closing tag instead of the first occurrence to prevent this.
Actions