diff --git a/plugins/bc-front/templates/plugin/BcCustomContent/CustomContent/default/archives.php b/plugins/bc-front/templates/plugin/BcCustomContent/CustomContent/default/archives.php index 0f929db424..917dbadc69 100644 --- a/plugins/bc-front/templates/plugin/BcCustomContent/CustomContent/default/archives.php +++ b/plugins/bc-front/templates/plugin/BcCustomContent/CustomContent/default/archives.php @@ -21,7 +21,7 @@ * @unitTest */ $this->BcBaser->setTitle($customContent->content->title); -$this->BcBaser->setDescription($customContent->content->description); +$this->BcBaser->setDescription($customContent->description); ?> diff --git a/plugins/bc-front/templates/plugin/BcCustomContent/CustomContent/default/index.php b/plugins/bc-front/templates/plugin/BcCustomContent/CustomContent/default/index.php index 51b5203176..adda379d2d 100644 --- a/plugins/bc-front/templates/plugin/BcCustomContent/CustomContent/default/index.php +++ b/plugins/bc-front/templates/plugin/BcCustomContent/CustomContent/default/index.php @@ -20,7 +20,7 @@ * @unitTest */ $this->BcBaser->setTitle($customContent->content->title); -$this->BcBaser->setDescription($customContent->content->description); +$this->BcBaser->setDescription($customContent->description); ?> diff --git a/plugins/bc-front/templates/plugin/BcCustomContent/CustomContent/default/year.php b/plugins/bc-front/templates/plugin/BcCustomContent/CustomContent/default/year.php index 2ad9a9eba4..4effd89990 100644 --- a/plugins/bc-front/templates/plugin/BcCustomContent/CustomContent/default/year.php +++ b/plugins/bc-front/templates/plugin/BcCustomContent/CustomContent/default/year.php @@ -21,7 +21,7 @@ * @unitTest */ $this->BcBaser->setTitle($customContent->content->title); -$this->BcBaser->setDescription($customContent->content->description); +$this->BcBaser->setDescription($customContent->description); ?>