mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 23:52:49 +08:00
修正一次返回值错误
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user