Loading CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Metatag 8.x-1.x-dev, 2022-xx-xx ------------------------------- #3312950 by DamienMcKenna, nkraft: Warning: Undefined array key "href" in Drupal\metatag_favicons\Plugin\metatag\Tag\MaskIcon->output(). Metatag 8.x-1.22, 2022-09-29 Loading metatag_favicons/src/Plugin/metatag/Tag/MaskIcon.php +15 −14 Original line number Diff line number Diff line Loading @@ -77,9 +77,9 @@ class MaskIcon extends LinkRelBase { } // Build the output. if (!empty($values['href'])) { $href = $this->tidy($values['href']); if ($href != '') { $this->tidy($values['href']); $element['#tag'] = 'link'; $element['#attributes'] = [ 'rel' => $this->name(), Loading @@ -93,6 +93,7 @@ class MaskIcon extends LinkRelBase { return $element; } } return ''; } Loading Loading
CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Metatag 8.x-1.x-dev, 2022-xx-xx ------------------------------- #3312950 by DamienMcKenna, nkraft: Warning: Undefined array key "href" in Drupal\metatag_favicons\Plugin\metatag\Tag\MaskIcon->output(). Metatag 8.x-1.22, 2022-09-29 Loading
metatag_favicons/src/Plugin/metatag/Tag/MaskIcon.php +15 −14 Original line number Diff line number Diff line Loading @@ -77,9 +77,9 @@ class MaskIcon extends LinkRelBase { } // Build the output. if (!empty($values['href'])) { $href = $this->tidy($values['href']); if ($href != '') { $this->tidy($values['href']); $element['#tag'] = 'link'; $element['#attributes'] = [ 'rel' => $this->name(), Loading @@ -93,6 +93,7 @@ class MaskIcon extends LinkRelBase { return $element; } } return ''; } Loading