diff --git a/core/lib/Thelia/Core/Template/Loop/AssociatedContent.php b/core/lib/Thelia/Core/Template/Loop/AssociatedContent.php index 487665fc3..3cfedd5d3 100755 --- a/core/lib/Thelia/Core/Template/Loop/AssociatedContent.php +++ b/core/lib/Thelia/Core/Template/Loop/AssociatedContent.php @@ -166,6 +166,7 @@ class AssociatedContent extends Content ->set("ID" , $this->contentId[$relatedContentId]) ->set("CONTENT_ID", $relatedContentId) ->set("POSITION" , $this->contentPosition[$relatedContentId]) + ; } diff --git a/templates/backOffice/default/category-edit.html b/templates/backOffice/default/category-edit.html index 131853820..1885d8201 100755 --- a/templates/backOffice/default/category-edit.html +++ b/templates/backOffice/default/category-edit.html @@ -228,7 +228,7 @@