From 4f266f8d81da827e1fdbd3cb9d71404056dcd163 Mon Sep 17 00:00:00 2001 From: Alexander Demidov Date: Wed, 28 Aug 2013 14:10:36 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8?= =?UTF-8?q?=20=D1=81=D0=B2=D1=8F=D0=B7=D0=B0=D0=BD=D0=BD=D0=BE=D0=B9=20?= =?UTF-8?q?=D1=81=20=D0=BD=D0=B5=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D0=BE=D0=B9=20=D0=B8=D0=BD=D0=B8=D1=86=D0=B8=D0=B0=D0=BB?= =?UTF-8?q?=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D0=B5=D0=B9=20=D0=B2=D0=B0=D1=80?= =?UTF-8?q?=D0=B8=D0=B0=D0=BD=D1=82=D0=B0=20=D0=B8=D0=B7=D0=BE=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- File.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File.class.php b/File.class.php index afd3c3a..d82c6cc 100644 --- a/File.class.php +++ b/File.class.php @@ -72,7 +72,7 @@ abstract class File $this->variants[$size] = new ImageVariant; } else { if (!is_object($this->variants[$size])) { - $this->variants[$size] = self::getInstance($this->variants[$size]); + $this->variants[$size] = ImageVariant::getInstance($this->variants[$size]); } } return $this->variants[$size];