- 🇬🇧United Kingdom rickj
Just discovered a bug that can cause a fatal PHP error, especially when creating a content type. Updated patch attached.
The permission to enable users to set access by profiles instead of explicit permissions doesn't work, because the wrong permission name is used. The permission created is "assign profiles to nodes", but the code checks for "assign access to profiles".
Patch attached.
I've also changed the description "Owner permissions" to "Owner only", which I find more self-explanatory. The original is confusing as to what it means.
Needs review
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Just discovered a bug that can cause a fatal PHP error, especially when creating a content type. Updated patch attached.