Skip to content

Commit

Permalink
remove extra Engine after class name
Browse files Browse the repository at this point in the history
  • Loading branch information
saeideng authored Mar 24, 2022
1 parent 630f148 commit eb636a9
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 @@ -147,7 +147,7 @@

<?php $settings = Cache::getConfig('_cake_core_'); ?>
<?php if (!empty($settings)) : ?>
<li class="bullet success">The <em><?= $settings['className'] ?>Engine</em> is being used for core caching. To change the config edit config/app.php</li>
<li class="bullet success">The <em><?= $settings['className'] ?></em> is being used for core caching. To change the config edit config/app.php</li>
<?php else : ?>
<li class="bullet problem">Your cache is NOT working. Please check the settings in config/app.php</li>
<?php endif; ?>
Expand Down

0 comments on commit eb636a9

Please sign in to comment.