Skip to content

Commit

Permalink
Update home.ctp
Browse files Browse the repository at this point in the history
  • Loading branch information
swiffer authored Dec 9, 2018
1 parent 6c40ebb commit ce7f87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/Pages/home.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ $cakeDescription = 'CakePHP: the rapid development PHP framework';
<div class="columns large-6">
<h4>DebugKit</h4>
<ul>
<?php if (Plugin::loaded('DebugKit')) : ?>
<?php if (Plugin::isLoaded('DebugKit')) : ?>
<li class="bullet success">DebugKit is loaded.</li>
<?php else : ?>
<li class="bullet problem">DebugKit is NOT loaded. You need to either install pdo_sqlite, or define the "debug_kit" connection name.</li>
Expand Down

0 comments on commit ce7f87e

Please sign in to comment.