mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-18 17:14:04 +01:00
convert: chmod(664) after moving temporary image
This commit is contained in:
parent
e3e942a1c6
commit
54bb943a77
@ -231,6 +231,7 @@
|
||||
}
|
||||
public function to($src) {
|
||||
rename($this->temp, $src);
|
||||
chmod($src, 0664);
|
||||
}
|
||||
public function width() {
|
||||
return $this->width;
|
||||
|
Loading…
x
Reference in New Issue
Block a user