diff options
Diffstat (limited to 'url.class')
-rw-r--r-- | url.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } } |