diff --git a/Upload.class.php b/Upload.class.php index 17401fe..7ba4f8c 100644 --- a/Upload.class.php +++ b/Upload.class.php @@ -116,7 +116,6 @@ abstract class Upload } $image->type = $greagwar_image_clone->guessType(); $file_path = $greagwar_image_clone->cacheFile($image->type, $quality = 100, true); - chmod($file_path, 0664); $image->size = filesize($file_path); $path_parts = pathinfo($file_path); $image->path = preg_replace('#^' . Config::get('PATH_WEB_ROOT') . '/#', '', $path_parts['dirname']);