From 717313deb42190ee9fe6c8a4432ff12a8265ebbd Mon Sep 17 00:00:00 2001 From: Ingolf Steinhardt Date: Tue, 28 Sep 2021 15:41:07 +0200 Subject: [PATCH 1/2] Fix link to icon --- src/Attribute/AttributeTypeFactory.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Attribute/AttributeTypeFactory.php b/src/Attribute/AttributeTypeFactory.php index e9feac5..648975a 100644 --- a/src/Attribute/AttributeTypeFactory.php +++ b/src/Attribute/AttributeTypeFactory.php @@ -3,7 +3,7 @@ /** * This file is part of MetaModels/attribute_translatedcontentarticle. * - * (c) 2012-2019 The MetaModels team. + * (c) 2012-2021 The MetaModels team. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -13,7 +13,8 @@ * @package MetaModels * @subpackage AttributeTranslatedContentArticle * @author Andreas Dziemba - * @copyright 2012-2019 The MetaModels team. + * @author Ingolf Steinhardt + * @copyright 2012-2021 The MetaModels team. * @license https://github.com/MetaModels/attribute_translatedcontentarticle/blob/master/LICENSE LGPL-3.0-or-later * @filesource */ @@ -49,7 +50,7 @@ public function __construct( parent::__construct($connection, $tableManipulator); $this->typeName = 'translatedcontentarticle'; - $this->typeIcon = 'bundles/metamodelsattributtranslatedcontentearticle/article.png'; + $this->typeIcon = 'bundles/metamodelsattributetranslatedcontentarticle/article.png'; $this->typeClass = TranslatedContentArticle::class; $this->eventDispatcher = $eventDispatcher; } From b0abfbe63b3407c66090fc987cbc6627b06d0ff6 Mon Sep 17 00:00:00 2001 From: Ingolf Steinhardt Date: Tue, 28 Sep 2021 15:41:07 +0200 Subject: [PATCH 2/2] Fix link to icon --- src/Attribute/AttributeTypeFactory.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Attribute/AttributeTypeFactory.php b/src/Attribute/AttributeTypeFactory.php index e9feac5..648975a 100644 --- a/src/Attribute/AttributeTypeFactory.php +++ b/src/Attribute/AttributeTypeFactory.php @@ -3,7 +3,7 @@ /** * This file is part of MetaModels/attribute_translatedcontentarticle. * - * (c) 2012-2019 The MetaModels team. + * (c) 2012-2021 The MetaModels team. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -13,7 +13,8 @@ * @package MetaModels * @subpackage AttributeTranslatedContentArticle * @author Andreas Dziemba - * @copyright 2012-2019 The MetaModels team. + * @author Ingolf Steinhardt + * @copyright 2012-2021 The MetaModels team. * @license https://github.com/MetaModels/attribute_translatedcontentarticle/blob/master/LICENSE LGPL-3.0-or-later * @filesource */ @@ -49,7 +50,7 @@ public function __construct( parent::__construct($connection, $tableManipulator); $this->typeName = 'translatedcontentarticle'; - $this->typeIcon = 'bundles/metamodelsattributtranslatedcontentearticle/article.png'; + $this->typeIcon = 'bundles/metamodelsattributetranslatedcontentarticle/article.png'; $this->typeClass = TranslatedContentArticle::class; $this->eventDispatcher = $eventDispatcher; }