summaryrefslogtreecommitdiff
path: root/url.class
diff options
context:
space:
mode:
Diffstat (limited to 'url.class')
-rw-r--r--url.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/url.class b/url.class
index 98a3967..71a1114 100644
--- a/url.class
+++ b/url.class
@@ -393,7 +393,7 @@ function get_cache($p = array())
if ($result)
{
EDC('getcache', "processold", $p['url'], $path);
- touch($result, filemtime($srcpath)); # Ensure processed is never newer than src
+ touch($result, @filemtime($srcpath)); # Ensure processed is never newer than src
}
}