convert: chmod(664) after moving temporary image

This commit is contained in:
Michael Save 2012-03-17 12:02:51 +11:00
parent b82e3a814a
commit 6ab3ec5da9

View File

@ -231,6 +231,7 @@
}
public function to($src) {
rename($this->temp, $src);
chmod($src, 0664);
}
public function width() {
return $this->width;