Skip to content
Snippets Groups Projects
Commit 3f749e95 authored by chris's avatar chris
Browse files

plugin manager fix, add error suppression operator to touch call.

darcs-hash:20060430153000-9b6ab-0918d41e77e897d3b14c91de822567f8a3007779.gz
parent e66e6c7e
No related branches found
No related tags found
No related merge requests found
......@@ -680,7 +680,7 @@ class ap_manage {
} else {
if (!@copy($src,$dst)) return false;
touch($dst,filemtime($src));
@touch($dst,filemtime($src));
}
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment