diff options
-rw-r--r-- | it_url.class | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/it_url.class b/it_url.class index 33bf4b1..b0320a6 100644 --- a/it_url.class +++ b/it_url.class @@ -704,6 +704,7 @@ function get_cache($p = array()) @unlink($dstpath); if (!$p['keepfailed']) @unlink($path); + $result = file_exists($path); } it_url::_unlock($path, $lock); |