<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -80,11 +80,11 @@
 		public function remove_expired() {
 			foreach ((array) glob($this-&gt;caches.&quot;/*/*.html&quot;) as $file) {
 				if (time() - filemtime($file) &gt; Config::current()-&gt;cache_expire)
-					unlink($file);
+					@unlink($file);
 
 				$dir = dirname($file);
 				if (!count((array) glob($dir.&quot;/*&quot;)))
-					rmdir($dir);
+					@rmdir($dir);
 			}
 		}
 
@@ -93,7 +93,7 @@
 				error_log(&quot;REGENERATING&quot;);
 
 			foreach ((array) glob($this-&gt;caches.&quot;/*/*.html&quot;) as $file)
-				unlink($file);
+				@unlink($file);
 		}
 
 		public function regenerate_local($user = null) {
@@ -102,7 +102,7 @@
 
 			$directory = (isset($user)) ? $this-&gt;caches.&quot;/&quot;.$user : $this-&gt;path ;
 			foreach ((array) glob($directory.&quot;/*.html&quot;) as $file)
-				unlink($file);
+				@unlink($file);
 		}
 
 		public function remove_caches_for($url) {
@@ -110,7 +110,7 @@
 				error_log(&quot;REMOVING caches for &quot;.$url.&quot;...&quot;);
 
 			foreach ((array) glob($this-&gt;caches.&quot;/*/&quot;.md5($url).&quot;.html&quot;) as $file)
-				unlink($file);
+				@unlink($file);
 		}
 
 		public function remove_post_cache($thing) {</diff>
      <filename>modules/cacher/cacher.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d00d6dabe94cefdfbe1e7c77dfa158f4e668021b</id>
    </parent>
  </parents>
  <author>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </author>
  <url>http://github.com/vito/chyrp/commit/836e49726831a263f49b0cab82ad1a9ba2ca42e9</url>
  <id>836e49726831a263f49b0cab82ad1a9ba2ca42e9</id>
  <committed-date>2008-08-30T10:51:11-07:00</committed-date>
  <authored-date>2008-08-30T10:51:11-07:00</authored-date>
  <message>Ignore errors when Cacher fails to delete caches.</message>
  <tree>17d5389fd4b60ba25ec8c3fe1fd4ed3a8ace98a0</tree>
  <committer>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </committer>
</commit>
