- πΊπΈUnited States cboyden
Now that PHP 8.1 is out, there's another issue with passing null as a parameter to str_replace in menu_fields_admin_access(). The attached updated patch fixes this one too.
When updating to PHP 7.4, the following PHP notice are reported:
Notice: Trying to access array offset on value of type bool in menu_fields_entity_view() (line 65 of /var/www/sites/all/modules/menu_fields/menu_fields.module)
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Now that PHP 8.1 is out, there's another issue with passing null as a parameter to str_replace in menu_fields_admin_access(). The attached updated patch fixes this one too.