mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Octal values...
This commit is contained in:
parent
933f3f60c5
commit
cf85ee69d7
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class Image extends Model
|
|||
}
|
||||
|
||||
External::execute($command);
|
||||
chmod($image->getFile($coverType['id']), 644);
|
||||
chmod($image->getFile($coverType['id']), 0644);
|
||||
}
|
||||
|
||||
return $image;
|
||||
|
|
Loading…
Reference in a new issue