mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
convert: chmod(664) after moving temporary image
This commit is contained in:
parent
b82e3a814a
commit
6ab3ec5da9
@ -231,6 +231,7 @@
|
|||||||
}
|
}
|
||||||
public function to($src) {
|
public function to($src) {
|
||||||
rename($this->temp, $src);
|
rename($this->temp, $src);
|
||||||
|
chmod($src, 0664);
|
||||||
}
|
}
|
||||||
public function width() {
|
public function width() {
|
||||||
return $this->width;
|
return $this->width;
|
||||||
|
Loading…
Reference in New Issue
Block a user