Skip to content

Commit 6be4718

Browse files
Merge pull request #34 from kandoh-gmbh/master
[BUGFIX] Set keywords properly in CourseService
2 parents 9af5943 + 72d1c2a commit 6be4718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Domain/Service/CourseService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function setPageTitleAndMetadata(StudyCourseInterface $studyCourse): void
8181
}
8282
if (!empty($studyCourse->getMetaKeywords())) {
8383
$metaTagManager->getManagerForProperty('keywords')->addProperty(
84-
'description',
84+
'keywords',
8585
$studyCourse->getMetaKeywords()
8686
);
8787
}

0 commit comments

Comments
 (0)