From 5073f57167097f2a266757828913cf688514e326 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 8 Oct 2015 14:31:21 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8D=B8=EB=84=A4=EC=9D=BC=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=20=EC=BD=94=EB=93=9C=20=EC=A4=91=20=EC=BD=94=EB=93=9C?= =?UTF-8?q?=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/thumbnail.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/thumbnail.lib.php b/lib/thumbnail.lib.php index a40cb99e4..0033c2aed 100644 --- a/lib/thumbnail.lib.php +++ b/lib/thumbnail.lib.php @@ -474,7 +474,7 @@ and the roundoff errors in the Gaussian blur process, are welcome. $radius = abs(round($radius)); // Only integers make sense. if ($radius == 0) { - return $img; imagedestroy($img); break; } + return $img; imagedestroy($img); } $w = imagesx($img); $h = imagesy($img); $imgCanvas = imagecreatetruecolor($w, $h); $imgBlur = imagecreatetruecolor($w, $h);