Skip to content

Issue #3425853: Prevent ViewInclusion PHP notice on str_replace() when no routename found

Closes #3425853. Prevent PHP notice if current route's routename is NULL by explicitly checking for NULL.

Merge request reports