Skip to content

[FIX] Integrator: Deprecated: preg_replace(): Passing null to parameter #3 ()

This MR ensures that these variables $ts and $is are not null before using them in preg_replace(). Check if $style and $rep["css_file"] are not null before using them in preg_replace(). If they are null, $ts and $is will be set to null.

GlitchTip Issue: https://app.glitchtip.com/evoludata/issues/82021

Edited by luci

Merge request reports