summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--url.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/url.class b/url.class
index d5f301a..390d73b 100644
--- a/url.class
+++ b/url.class
@@ -458,7 +458,7 @@ function _atomicwrite($path, $data)
$result = $path;
}
else
- unlink($path);
+ @unlink($path);
return $result;
}