]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/cachesystem.class.php
Right place...
[mailer.git] / inc / classes / cachesystem.class.php
index 0a58a1dd31d788e88bd734045cd2b35db2b172c9..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;
@@ -175,7 +178,7 @@ class CacheSystem {
                                        }
                                } else {
                                        // Finialize the cache and close it
-                                       $this->finialize();
+                                       $this->finalize();
 
                                        // Remove cache
                                        $this->removeCacheFile(true);