diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-05 16:40:14 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-05 16:40:14 +0100 |
commit | 1a445f877bc18bd98d9ef722a775d6def09c0b21 (patch) | |
tree | 7d8c496efd8d28fdbfae25da616b147b69c9e082 | |
parent | e701d76c5050b18d576523e5a997fa5ff4ba6251 (diff) |
whitespace
-rw-r--r-- | system/libraries/Image_lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php index 21e0a709b..fc78f6b04 100644 --- a/system/libraries/Image_lib.php +++ b/system/libraries/Image_lib.php @@ -349,7 +349,7 @@ class CI_Image_lib { function resize() { $protocol = 'image_process_'.$this->image_library; - + if (preg_match('/gd2$/i', $protocol)) { $protocol = 'image_process_gd'; |