X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-cache_stats.php;h=cfcd33e1f1ae477ae6e59a8e5bea3ce166f1521b;hb=29157685184b9aa2ddbf42e9d2e49141af95f7e2;hp=aafc8a74846f01398577e9fa69e6ca4cbdc6d4ca;hpb=04b69ac9f33369cbf654396c4a42cb1fff710ff4;p=mailer.git diff --git a/inc/modules/admin/what-cache_stats.php b/inc/modules/admin/what-cache_stats.php index aafc8a7484..cfcd33e1f1 100644 --- a/inc/modules/admin/what-cache_stats.php +++ b/inc/modules/admin/what-cache_stats.php @@ -46,7 +46,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { addMenuDescription('admin', __FILE__); // Activated? -if (getConfig('STATS_ENABLED') == 'Y') { +if (ifStatsAreEnabled()) { // Prepare data for the template $content['db_hits'] = getStatsEntry('db_hits'); $content['cache_hits'] = getStatsEntry('cache_hits');