Skip to content

Commit

Permalink
Merge pull request #1018 from infoliv/5.x
Browse files Browse the repository at this point in the history
Update home.php
  • Loading branch information
ADmad authored Sep 18, 2024
2 parents 0526a86 + ad122fa commit 926fccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Pages/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<li class="bullet problem">Your logs directory is NOT writable.</li>
<?php endif; ?>

<?php $settings = Cache::getConfig('_cake_core_'); ?>
<?php $settings = Cache::getConfig('_cake_translations_'); ?>
<?php if (!empty($settings)) : ?>
<li class="bullet success">The <em><?= h($settings['className']) ?></em> is being used for core caching. To change the config edit config/app.php</li>
<?php else : ?>
Expand Down

0 comments on commit 926fccc

Please sign in to comment.