This lines invoke PHP notice about undefined array offset

  // Some old field data may have $item['#item']['attributes']['rel'] as an array, which will cause errors:
  if (is_array($item['#item']['attributes']['rel'])) {
    unset($item['#item']['attributes']['rel']);
  }
CommentFileSizeAuthor
fix-php-notice.patch591 bytesIRuslan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wojtha’s picture

Status: Active » Closed (duplicate)
dqd’s picture

thx wojtha. sorry 4 the late reply ...