Fixes for bugs when ext-imprint is registered. Resolves #153
[mailer.git] / inc / classes / cachesystem.class.php
index 571721e63df27a0ce329c36a866abd22d4fc49b7..4c23235ac20812d568c89b9d06066dcd36354f5e 100644 (file)
@@ -176,6 +176,9 @@ class CacheSystem {
                                        } else {
                                                $GLOBALS['cache_array']['themes'][$k][$data['theme_path']] = $v;
                                        }
+                               } elseif ($this->name == 'imprint') {
+                                       // Imprint
+                                       $GLOBALS['cache_array']['imprint'][$k][$data['imprint_id']] = $v;
                                } else {
                                        // Finialize the cache and close it
                                        $this->finalize();