diff options
author | Urban Müller | 2007-02-01 14:26:40 +0000 |
---|---|---|
committer | Urban Müller | 2007-02-01 14:26:40 +0000 |
commit | 8a1280360e6e2e3c9a59d4bec61dbdaedcc1fa4d (patch) | |
tree | 9dfa6b2082bcdb1b778fa4de94e7b2cb86523906 | |
parent | 574f2790c1bf54600a9a819aab541782c6a2b2a5 (diff) | |
download | itools-8a1280360e6e2e3c9a59d4bec61dbdaedcc1fa4d.tar.gz itools-8a1280360e6e2e3c9a59d4bec61dbdaedcc1fa4d.tar.bz2 itools-8a1280360e6e2e3c9a59d4bec61dbdaedcc1fa4d.zip |
bugfix
-rw-r--r-- | url.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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']))) |