Fixing fatal error caused by missing argument.

This commit is contained in:
mark_story 2010-09-18 11:10:35 -04:00
parent 9ccbe5e269
commit 1eb746bf7e

View file

@ -35,7 +35,7 @@
<span class="notice">
<?php
echo __('Your cache is ');
if (Cache::isInitialized()):
if (Cache::isInitialized('default')):
echo __('set up and initialized properly.');
$settings = Cache::settings();
echo '<p>' . $settings['engine'];