commit | 8761ef56b465a190489ed555c6a0ab58470bfc73 | [log] [tgz] |
---|---|---|
author | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Feb 14 13:13:52 2011 -0500 |
committer | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Feb 14 13:13:52 2011 -0500 |
tree | 743804908a675e6433b4e1ae51f50dcd7c919d8f | |
parent | 23351dc30a1787d30a97dd0a8ba83d6e312a5a2f [diff] [blame] |
Uppercasing some stray lowercase keywords for code consistency
diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php index 41f9ad3..8902f52 100644 --- a/system/libraries/Image_lib.php +++ b/system/libraries/Image_lib.php
@@ -749,7 +749,7 @@ @chmod($this->full_dst_path, FILE_WRITE_MODE); - return true; + return TRUE; } // --------------------------------------------------------------------