More misc fixes and rewrites (sorry, lame description)
[mailer.git] / inc / rdf.class.php
index 17b8050bbea001d2153eb3a7afba4215943fef18..33d82dbc679e6ca10ce4a32ae2898477cbe4665c 100644 (file)
@@ -1000,10 +1000,10 @@ class fase4_rdf {
                        $this->_create_cache_dir();
                }
                if($this->_use_dynamic_display == true) {
-                       $this->_cached_file = md5("dynamic".$this->salt.$this->_remote_file);
+                       $this->_cached_file = md5("dynamic".$this->salt.$this->_remote_file) . '.cache';
                        $this->_cache_type = "normal";
                } else {
-                       $this->_cached_file = md5($this->salt.$this->_remote_file);
+                       $this->_cached_file = md5($this->salt.$this->_remote_file) . '.cache';
                        $this->_cache_type = "fast";
                }