From: quix0r Date: Thu, 29 Oct 2009 21:44:13 +0000 (+0000) Subject: Cache type 'refsystem' now supported X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ad2b6654c6c47a3a4c2928174c2176223a8bf4c;p=mailer.git Cache type 'refsystem' now supported --- diff --git a/inc/classes/cachesystem.class.php b/inc/classes/cachesystem.class.php index 89b7998102..78b72f8101 100644 --- a/inc/classes/cachesystem.class.php +++ b/inc/classes/cachesystem.class.php @@ -163,6 +163,9 @@ class CacheSystem { } elseif ($this->name == 'refdepths') { // Referal levels $GLOBALS['cache_array']['refdepths'][$k][$data['id']] = $v; + } elseif ($this->name == 'refsystem') { + // Referal system + $GLOBALS['cache_array']['refsystem'][$k][$data['id']] = $v; } elseif ($this->name == 'revision') { // Revision data $GLOBALS['cache_array']['revision'][$k] = $v;