{
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) {
}
/**
- * Removes all commentd, tabs and new-line characters to compact the content
+ * Removes all comments, tabs and new-line characters to compact the content
*
* @param $uncompactedContent The uncompacted content
* @return $compactedContent The compacted content