Skip to content

Commit

Permalink
メールフォームでパンくずが重複してしまう問題を改善
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Feb 17, 2024
1 parent 45feeab commit 3e0cc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bc-mail/src/Controller/MailController.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class MailController extends MailFrontAppController
public function initialize(): void
{
parent::initialize();
$this->loadComponent('BaserCore.BcFrontContents', ['viewContentCrumb' => true]);
$this->loadComponent('BaserCore.BcFrontContents');
}

/**
Expand Down

0 comments on commit 3e0cc62

Please sign in to comment.