diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-05 16:40:49 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-05 16:40:49 +0100 |
commit | f53d1c7e129594d2e38f319d5190e14d7a7c1c98 (patch) | |
tree | 118e349d25d7485cb2fcffd36446c0dcb5a689b8 /system/libraries/Image_lib.php | |
parent | 1a445f877bc18bd98d9ef722a775d6def09c0b21 (diff) |
more whitespace
Diffstat (limited to 'system/libraries/Image_lib.php')
-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 fc78f6b04..21e0a709b 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'; |