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 023df60..83fa4ca 100644
--- a/url.class
+++ b/url.class
@@ -357,7 +357,7 @@ function get_cache($p = array())
# Touch existing file to prevent locking other getters
if (file_exists($path))
- @touch($path);
+ touch($path);
EDC('getcache', "refresh", $p['url'], $path);
if (($result = it_url::get($p['url'], $p['timeout'])))