mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-19 10:30:29 +01:00
Replaced chmod for download pictures feature
This commit is contained in:
parent
75ae3c8d82
commit
e044d27f82
@ -36,7 +36,7 @@ class DownloadImages
|
||||
{
|
||||
// if folder doesn't exist, attempt to create one and store the folder name in property $folder
|
||||
if (!file_exists($this->baseFolder)) {
|
||||
mkdir($this->baseFolder, 0777, true);
|
||||
mkdir($this->baseFolder, 0755, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user