From: Roland Häder Date: Thu, 29 Oct 2009 21:44:13 +0000 (+0000) Subject: Cache type 'refsystem' now supported X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=6737e31f399cc0930d36bd52b64aca4cd12311a8 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;