diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-01-12 19:23:27 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-01-12 19:23:27 +0100 |
commit | e46363083ad18c93c73a200c9a97934608bb5bab (patch) | |
tree | b519be8a3a05f26fee9b8f70b558cc47d0b871b6 /system/libraries/Image_lib.php | |
parent | 8e70b7935181ff56a340a3388080bf4ac6f3428f (diff) |
Remove a quote
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 8430d60df..fd3cd0edb 100644 --- a/system/libraries/Image_lib.php +++ b/system/libraries/Image_lib.php @@ -605,7 +605,7 @@ class CI_Image_lib { } else // Resize { - $cmd .= ' -resize '.$this->width.'x'.$this->height.'" "'.$this->full_src_path.'" "'.$this->full_dst_path.'" 2>&1'; + $cmd .= ' -resize '.$this->width.'x'.$this->height.' "'.$this->full_src_path.'" "'.$this->full_dst_path.'" 2>&1'; } $retval = 1; |