修正一次返回值错误

This commit is contained in:
麦当苗儿
2013-04-15 15:13:43 +08:00
parent cc911b6596
commit 0dc1abcbe5

View File

@@ -278,7 +278,7 @@ class Gd{
$this->info['width'] = $width; $this->info['width'] = $width;
$this->info['height'] = $height; $this->info['height'] = $height;
return; return $this;
/* 固定 */ /* 固定 */
case THINKIMAGE_THUMB_FIXED: case THINKIMAGE_THUMB_FIXED: