summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2007-02-01 14:26:40 +0000
committerUrban Müller2007-02-01 14:26:40 +0000
commit8a1280360e6e2e3c9a59d4bec61dbdaedcc1fa4d (patch)
tree9dfa6b2082bcdb1b778fa4de94e7b2cb86523906
parent574f2790c1bf54600a9a819aab541782c6a2b2a5 (diff)
downloaditools-8a1280360e6e2e3c9a59d4bec61dbdaedcc1fa4d.tar.gz
itools-8a1280360e6e2e3c9a59d4bec61dbdaedcc1fa4d.tar.bz2
itools-8a1280360e6e2e3c9a59d4bec61dbdaedcc1fa4d.zip
bugfix
-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'])))