diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Helper/DownloadImages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/DownloadImages.php b/src/Wallabag/CoreBundle/Helper/DownloadImages.php index 264bc6a3..c83f9618 100644 --- a/src/Wallabag/CoreBundle/Helper/DownloadImages.php +++ b/src/Wallabag/CoreBundle/Helper/DownloadImages.php | |||
@@ -36,7 +36,7 @@ class DownloadImages | |||
36 | { | 36 | { |
37 | // if folder doesn't exist, attempt to create one and store the folder name in property $folder | 37 | // if folder doesn't exist, attempt to create one and store the folder name in property $folder |
38 | if (!file_exists($this->baseFolder)) { | 38 | if (!file_exists($this->baseFolder)) { |
39 | mkdir($this->baseFolder, 0777, true); | 39 | mkdir($this->baseFolder, 0755, true); |
40 | } | 40 | } |
41 | } | 41 | } |
42 | 42 | ||