summaryrefslogtreecommitdiff
path: root/url.class
diff options
context:
space:
mode:
authorDenis Demesmaeker2006-12-19 18:56:54 +0000
committerDenis Demesmaeker2006-12-19 18:56:54 +0000
commitd907e76a33064d9f97613312a4a2ce6dbfe6e331 (patch)
tree67b24da0013875f7d566ae7add3e66c28810a630 /url.class
parent056d75619fe4f3b6bb710ff8c26e00c9ad189805 (diff)
downloaditools-d907e76a33064d9f97613312a4a2ce6dbfe6e331.tar.gz
itools-d907e76a33064d9f97613312a4a2ce6dbfe6e331.tar.bz2
itools-d907e76a33064d9f97613312a4a2ce6dbfe6e331.zip
suppress warnings and alerts
Diffstat (limited to 'url.class')
-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;
}