]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/rdf.class.php
Save cache 'compacted'
[mailer.git] / inc / classes / rdf.class.php
index 6269c507ffffb2e28a4baf2c2e3c7d89c073fa70..23df025b2817fbc5ef50ed81e62d8fa8c70e02ba 100644 (file)
@@ -1116,7 +1116,7 @@ class fase4_rdf {
        {
                if (defined('__SECURITY') && function_exists('writeToFile')) {
                        // Use mailer-project function
-                       return writeToFile($this->_cache_dir.$this->_cached_file, $content);
+                       return writeToFile($this->_cache_dir.$this->_cached_file, compactContent($content));
                }
                $_local = @fopen($this->_cache_dir.$this->_cached_file, 'w');
                if (!$_local) {