Skip to content

Commit

Permalink
fix #1045 【ウィジェット】ローカルナビゲーション出力で、表示とリンクが別の内容になる件を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kaburk committed Aug 18, 2021
1 parent e69c742 commit 1ad19a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Baser/View/Helper/BcWidgetAreaHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function show($no, $options = [])

$options = array_merge([
'subDir' => true,
'cache' => (empty($_SESSION['Auth'][Configure::read('BcAuthPrefix.admin.sessionKey')]))
'cache' => false,
], $options);
if ($options['cache'] === false) {
unset($options['cache']);
Expand Down

0 comments on commit 1ad19a9

Please sign in to comment.