X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Floader%2Fload_cache-config.php;h=39b032af951642da048e0253eb17dbbf7acc5f77;hp=72853a24f68552b65ce91ac42b925985d754df6f;hb=7989ec603971c0dc8dc35d8be4e72f8098b83baa;hpb=397eb5dee2611cfaa1ff494d73e6785b88109cd6 diff --git a/inc/loader/load_cache-config.php b/inc/loader/load_cache-config.php index 72853a24f6..39b032af95 100644 --- a/inc/loader/load_cache-config.php +++ b/inc/loader/load_cache-config.php @@ -46,7 +46,7 @@ if (($cacheInstance->loadCacheFile("config", true)) && ($cacheInstance->extensio global $cacheArray; $cacheArray['config'] = $cacheInstance->getArrayFromCache(); - // TODO: Do we really need to cache the config??? + // @TODO: Do we really need to cache the config??? } elseif ((getConfig('cache_config') == "Y") && ($CSS != "1") && ($CSS != "-1")) { // Create cache file here $cacheInstance->init("CONFIG");