Hi,
the first strpos need to be patched too :
if ((strpos($path, '/webform/') === FALSE) || is_null($request) || is_null($request->getQueryString()) ) { return $path; }
with the same solution
if ((strpos($path ?? '', '/webform/') === FALSE) || is_null($request) || is_null($request->getQueryString()) ) { return $path; }
- πΊπΈUnited States jrockowitz Brooklyn, NY
@Nicoc Please open a new ticket with your suggestion from #5.