- Issue created by @AstonVictor
- Status changed to Needs review
over 1 year ago 9:28am 14 June 2023 - Open on Drupal.org βCore: 7.x + Environment: PHP 5.3 & MySQL 5.5last update
over 1 year ago Waiting for branch to pass
I have errors - Trying to access array offset on value of type null ...
.
The reason is comment_alter_get_changed_fields()
function checks field access but field_info_field()
function can return NULL.
Needs review
Code