]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/cache_functions.php
Cache file does no longer output fatal messages when it can't find file for deletion
[mailer.git] / inc / libs / cache_functions.php
index e2a6d8b61ea3e48d3dffb26aad7290d825d3977f..671853299bc8388f083e649fddd4bc08be2b7fea 100644 (file)
@@ -230,10 +230,7 @@ class CacheSystem {
                                // Not removed!
                                ADD_FATAL(__FILE__."(<font color=\"#0000aa\">".__LINE__."</font>): ".CACHE_CANNOT_UNLINK_1.$this->inc.CACHE_CANNOT_UNLINK_2);
                        }
-               } else {
-                       // Does not exist!
-                       ADD_FATAL(__FILE__."(<font color=\"#0000aa\">".__LINE__."</font>): ".CACHE_PROBLEMS_DETECTED);
-               }
+               } // END - if
        }
 
        // Unused method: