diff --git a/gulliver/system/class.g.php b/gulliver/system/class.g.php index 48229d133..3a8ac7c82 100755 --- a/gulliver/system/class.g.php +++ b/gulliver/system/class.g.php @@ -4804,7 +4804,7 @@ class G } else { //first a raw permission check if(fileperms($file) != 33200) { - chmod ($file, 0660); + @chmod ($file, 0660); } } }