The function content_permissions_field_access() function expects an array for the 2nd argument, resource_conflict.module is sending a string. I created an array that the content_permissions_field_access() would accpet and replaced the original string with the new array in the function call.
| Comment | File | Size | Author |
|---|---|---|---|
| use-array-in-content_permissions_field_access.patch | 1.89 KB | jameswoods |
Comments
Comment #1
joelpittetClosing this due to D6 being EOL and to clean-up the queue. Please feel free to let me know if you think it is relevant to D7 and I'll re-open.