Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
FWIW, ran into an issue where using {{ contains() }} in a template was broken by this change. Specifically contains() calls substring method which even though PHP docs says needs to be a string, apparently it wasn't actually the case. In my case, there was a situation where contains() was sometimes being used on a null value. That worked pre beta 6, but not after this change.Easy enough to fix by adding a check in the template to only check contains if it's not null... but just in case someone else runs across it.
FWIW, ran into an issue where using {{ contains() }} in a template was broken by this change. Specifically contains() calls substring method which even though PHP docs says needs to be a string, apparently it wasn't actually the case. In my case, there was a situation where contains() was sometimes being used on a null value. That worked pre beta 6, but not after this change.
{{ contains() }}
Easy enough to fix by adding a check in the template to only check contains if it's not null... but just in case someone else runs across it.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences