X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Floader%2Fload_cache-refdepths.php;h=3d1dc5e19ca5c7a3ab6a8e3a93f17b22de1a18c1;hp=7d8c1aaa3716a734d6a4c2897fbdbe0400c6c4bf;hb=87dc69ba8951e298966881cbb83dfaeebe30a0ff;hpb=963e55ca1ea79e255f235e359cde9f7862191dc5 diff --git a/inc/loader/load_cache-refdepths.php b/inc/loader/load_cache-refdepths.php index 7d8c1aaa37..3d1dc5e19c 100644 --- a/inc/loader/load_cache-refdepths.php +++ b/inc/loader/load_cache-refdepths.php @@ -37,9 +37,9 @@ if (!defined('__SECURITY')) { require($INC); } -// Next cached table is the referral system (refdepths)... +// Next cached table is the referal system (refdepths)... if ($cacheInstance->cache_file("refdepths", true) == true) { - // Load referral system from cache + // Load referal system from cache global $cacheArray; $cacheArray['ref_depths'] = $cacheInstance->cache_load(); } elseif (($_CONFIG['cache_refdepth'] == "Y") && ($CSS != "1") && ($CSS != "-1")) {