diff options
Diffstat (limited to 'url.class')
-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']))) |