mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 14:37:59 +01:00
Fixed full-size JPEG covers not being accessible by nginx.
This commit is contained in:
parent
fb378cbb9c
commit
933f3f60c5
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ class Image extends Model
|
||||||
}
|
}
|
||||||
|
|
||||||
External::execute($command);
|
External::execute($command);
|
||||||
|
chmod($image->getFile($coverType['id']), 644);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $image;
|
return $image;
|
||||||
|
|
Loading…
Reference in a new issue