]> git.mxchange.org Git - mailer.git/commitdiff
Cache type 'refsystem' now supported
authorRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2009 21:44:13 +0000 (21:44 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2009 21:44:13 +0000 (21:44 +0000)
inc/classes/cachesystem.class.php

index 89b7998102c83ff88860808563ab0ec106d89d8b..78b72f81017dc84af55ad833c3fd5732a747fc0c 100644 (file)
@@ -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;