Убрано ручное подключение GreagwarImage
This commit is contained in:
@ -10,7 +10,6 @@ abstract class Upload
|
|||||||
|
|
||||||
public static function &getGreagwarImage($file_path)
|
public static function &getGreagwarImage($file_path)
|
||||||
{
|
{
|
||||||
require_once PATH . '/lib/GreagwarImage/GreagwarImage.php';
|
|
||||||
$greagwar_image = new GreagwarImage($file_path);
|
$greagwar_image = new GreagwarImage($file_path);
|
||||||
$greagwar_image->setCacheDir(Config::get('PATH_WEB_ROOT') . DIRECTORY_SEPARATOR . self::$dir_image_cache);
|
$greagwar_image->setCacheDir(Config::get('PATH_WEB_ROOT') . DIRECTORY_SEPARATOR . self::$dir_image_cache);
|
||||||
return $greagwar_image;
|
return $greagwar_image;
|
||||||
|
Reference in New Issue
Block a user