From 3b6427b26411bbb0ec8b039b10d0b6eb1ec01fa0 Mon Sep 17 00:00:00 2001 From: kato Date: Tue, 13 May 2025 11:26:58 +0900 Subject: [PATCH] =?UTF-8?q?fix=20#4185=20=E3=80=90=E3=82=AB=E3=82=B9?= =?UTF-8?q?=E3=82=BF=E3=83=A0=E3=82=B3=E3=83=B3=E3=83=86=E3=83=B3=E3=83=84?= =?UTF-8?q?=E3=80=91bc-front=E3=81=AB=E3=81=A6Description=E3=81=8C?= =?UTF-8?q?=E5=8F=96=E5=BE=97=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=E3=82=92=E8=A7=A3=E6=B1=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugin/BcCustomContent/CustomContent/default/archives.php | 2 +- .../plugin/BcCustomContent/CustomContent/default/index.php | 2 +- .../plugin/BcCustomContent/CustomContent/default/year.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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); ?>