Skip to content

Change "+" to "." between the last 2 improve list text vars

Fixes the error where, in case recaptcha v3 module is installed but botbattler is not, PHP produces an unsupported operand types error as it is attempting to mathematically add a string to a boolean value in that case.

Closes #3448819.

Merge request reports