From e04e68ca5f436accaba557400d86aec589ba4a89 Mon Sep 17 00:00:00 2001 From: Alexander Demidov Date: Fri, 27 Dec 2013 18:25:00 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D0=BE=20=D1=80?= =?UTF-8?q?=D1=83=D1=87=D0=BD=D0=BE=D0=B5=20=D0=BF=D0=BE=D0=B4=D0=BA=D0=BB?= =?UTF-8?q?=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20GreagwarImage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Upload.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Upload.class.php b/Upload.class.php index 84b6da1..1140190 100644 --- a/Upload.class.php +++ b/Upload.class.php @@ -10,7 +10,6 @@ abstract class Upload public static function &getGreagwarImage($file_path) { - require_once PATH . '/lib/GreagwarImage/GreagwarImage.php'; $greagwar_image = new GreagwarImage($file_path); $greagwar_image->setCacheDir(Config::get('PATH_WEB_ROOT') . DIRECTORY_SEPARATOR . self::$dir_image_cache); return $greagwar_image;