From c7ac0233da3e0a9c309d54aa9e7aca05e7e5de3d Mon Sep 17 00:00:00 2001 From: Alexander Demidov Date: Mon, 5 Aug 2013 22:28:09 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=A2=D0=9E=D0=94=D0=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Upload.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Upload.class.php b/Upload.class.php index 5038416..d0d736b 100644 --- a/Upload.class.php +++ b/Upload.class.php @@ -45,7 +45,7 @@ abstract class Upload * @param $greagwar_image GreagwarImage * @param null $width * @param null $height - * @param bool $crop + * @param bool $crop TODO: разъяснить за что отвечает этот "магический" параметер */ public static function saveImage($image, $greagwar_image, $width = null, $height = null, $crop = true) {