commit | 1a445f877bc18bd98d9ef722a775d6def09c0b21 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Fri Mar 05 09:40:14 2010 -0600 |
committer | Derek Jones <derek.jones@ellislab.com> | Fri Mar 05 09:40:14 2010 -0600 |
tree | 7d8c496efd8d28fdbfae25da616b147b69c9e082 | |
parent | e701d76c5050b18d576523e5a997fa5ff4ba6251 [diff] |
whitespace
diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php index 21e0a70..fc78f6b 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';