commit | 1307637e8649d7a20652f77cc397d0631d5d9a1e | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Sat Jan 26 09:20:26 2013 -0800 |
committer | Andrey Andreev <narf@bofh.bg> | Sat Jan 26 09:20:26 2013 -0800 |
tree | f549cbc7ad9c6eb91d35a76dcf0984950f223a7f | |
parent | 0dce7ec2d69c8c9e5e9e0b8a26bc4cbe388350f6 [diff] | |
parent | 16c6d7e8ab6b161d11c0e8dbca7dbbef58b49138 [diff] |
Merge pull request #2194 from vlakoff/develop Fix a code comment in Image_lib
diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php index 6d54936..0cec43f 100644 --- a/system/libraries/Image_lib.php +++ b/system/libraries/Image_lib.php
@@ -810,7 +810,7 @@ imagedestroy($dst_img); imagedestroy($src_img); - // Set the file to 777 + // Set the file to 666 @chmod($this->full_dst_path, FILE_WRITE_MODE); return TRUE;