mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-03-29 14:27:46 +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);
|
External::execute($command);
|
||||||
chmod($image->getFile($coverType['id']), 644);
|
chmod($image->getFile($coverType['id']), 0644);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $image;
|
return $image;
|
||||||
|
|
Loading…
Add table
Reference in a new issue