Skip to content

Commit

Permalink
ツールバーのキャッシュ削除のリンクを調整
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Feb 26, 2024
1 parent 177b4cd commit 0e5f6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bc-admin-third/templates/element/toolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@

<?php if ($this->BcToolbar->isAvailableClearCache()): ?>
<li>
<?= $this->BcAdminForm->postLink(
<?php $this->BcBaser->link(
__d('baser_core', 'キャッシュクリア'),
['prefix' => 'Admin', 'plugin' => 'BaserCore', 'controller' => 'Utilities', 'action' => 'clear_cache'],
['confirm' => __d('baser_core', 'キャッシュクリアします。いいですか?')]
Expand Down

0 comments on commit 0e5f6ce

Please sign in to comment.