mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 01:15:26 +00:00
Replaced chmod for download pictures feature
This commit is contained in:
parent
75ae3c8d82
commit
e044d27f82
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue