commit | f53d1c7e129594d2e38f319d5190e14d7a7c1c98 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Fri Mar 05 09:40:49 2010 -0600 |
committer | Derek Jones <derek.jones@ellislab.com> | Fri Mar 05 09:40:49 2010 -0600 |
tree | 118e349d25d7485cb2fcffd36446c0dcb5a689b8 | |
parent | 1a445f877bc18bd98d9ef722a775d6def09c0b21 [diff] |
more whitespace
diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php index fc78f6b..21e0a70 100644 --- a/system/libraries/Image_lib.php +++ b/system/libraries/Image_lib.php
@@ -349,7 +349,7 @@ function resize() { $protocol = 'image_process_'.$this->image_library; - + if (preg_match('/gd2$/i', $protocol)) { $protocol = 'image_process_gd';