From e2e35efbc697126e5917331d86dd662d58497419 Mon Sep 17 00:00:00 2001 From: Alexander Demidov Date: Fri, 27 Dec 2013 23:06:04 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B0=20=D0=B2=20=D1=81=D0=B2?= =?UTF-8?q?=D1=8F=D0=B7=D0=B8=20=D1=81=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5?= =?UTF-8?q?=D0=B4=D0=BD=D0=B8=D0=BC=D0=B8=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=D0=BC=D0=B8?= 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 5d800bf..6d5b05c 100644 --- a/Upload.class.php +++ b/Upload.class.php @@ -106,7 +106,7 @@ abstract class Upload */ $greagwar_image = $tmp_file_path; } else { - $greagwar_image = self::getGreagwarImage(self::getFilePath($tmp_file_path)); + $greagwar_image = self::getGreagwarImage($tmp_file_path); } if ($width || $height) { if (!(ImageVariant::getIsClass($image)) && Image::getIsSubClass($image)) {