New wrapper functions introduced, TODOs.txt updated
[mailer.git] / inc / modules / admin / what-cache_stats.php
index dbfc9d55876249151c0d757a83d4676467b237bb..324e2f02706c6aab614917f05ba2e531a49ebc8b 100644 (file)
@@ -55,7 +55,7 @@ if (ifStatsAreEnabled()) {
        loadTemplate('admin_cache_stats', false, $content);
 } else {
        // Deactivated, which is good for performance
-       loadTemplate('admin_settings_saved', false, '{--ADMIN_CACHE_DB_STATS_DEACTIVATED--}');
+       displayMessage('{--ADMIN_CACHE_DB_STATS_DEACTIVATED--}');
 }
 
 // [EOF]