]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-cache_stats.php
Suffix '_enabled' in config entries is deprecated
[mailer.git] / inc / modules / admin / what-cache_stats.php
index f975bb299bcc2d1f597d3abe6d6ebdf5afd6ec4b..589d69ae2a824e2f0aaec36cc5973a5a5dec0512 100644 (file)
@@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addYouAreHereLink('admin', __FILE__);
 
 // Activated?
-if (ifStatsAreEnabled()) {
+if (ifInternalStatsEnabled()) {
        // Prepare data for the template
        $content['db_hits']    = getStatsEntry('db_hits');
        $content['cache_hits'] = getStatsEntry('cache_hits');