We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b48471 commit 3e60092Copy full SHA for 3e60092
Classes/Hooks/Utility.php
@@ -61,7 +61,7 @@ public function addMetaTags(?string $content, array $params): ?string {
61
}
62
63
$typoScriptService = GeneralUtility::makeInstance(TypoScriptService::class);
64
- $metaTags = $typoScriptService->convertTypoScriptArrayToPlainArray($params['meta.']);
+ $metaTags = $typoScriptService->convertTypoScriptArrayToPlainArray($metaTags);
65
foreach ($metaTags as $key => $data) {
66
$attribute = isset($data['attribute']) ? $data['attribute'] : $defaultAttribute;
67
$required = !empty($data['required']);
0 commit comments