X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FExtension%2FInfo.php;h=43e185d3264fb0eb5daa8d8a78d5e147be745304;hb=5790edc8b91deb7688c188460ed8cc7755e0345d;hp=437a3030e2ec8d94c0ee475f7d5a6a764d1c5886;hpb=9e54b030990a50d545f4389c1cfe4a47efb5690a;p=civicrm-core.git diff --git a/CRM/Extension/Info.php b/CRM/Extension/Info.php index 437a3030e2..43e185d326 100644 --- a/CRM/Extension/Info.php +++ b/CRM/Extension/Info.php @@ -1,27 +1,11 @@ tags = []; + foreach ($val->tag as $tag) { + $this->tags[] = (string) $tag; + } + } elseif ($attr === 'requires') { $this->requires = $this->filterRequirements($val); }