Skip to content

Commit

Permalink
Fix #1203 : BcBaserHelper::getDescription() がトップページでサイト基本説明文を取得できない問題…
Browse files Browse the repository at this point in the history
…を修正 (#1204)
  • Loading branch information
tnagatomi authored and ryuring committed Jul 2, 2019
1 parent 466d0a0 commit 0e17935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Baser/View/Helper/BcBaserHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public function getDescription() {
return $description;
}

if (!empty($this->request->params['Content']['site_root'])) {
if ($this->isHome()) {

if (!empty($this->request->params['Site']['description'])) {
return $this->request->params['Site']['description'];
Expand Down

0 comments on commit 0e17935

Please sign in to comment.