From 8a1280360e6e2e3c9a59d4bec61dbdaedcc1fa4d Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 1 Feb 2007 14:26:40 +0000 Subject: bugfix --- url.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'url.class') 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']))) -- cgit v1.2.3