Fluid
Fluid copied to clipboard
[BUGFIX] Allow null value as input for f:replace
null can safely be converted to an empty string, so it's fine to
allow it as a base string for string replacement.
Resolves: #1279
@linawolf Could you check if this resolves your issue?