]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/cachesystem.class.php
Right place...
[mailer.git] / 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;