Merge branch 'fix/imageResize' into develop

This commit is contained in:
Michael RICOIS 2018-02-22 16:24:06 +01:00
commit 9fd729310a

View File

@ -1,5 +1,5 @@
<?php
require_once PS_ADMIN_DIR . '/functions.php';
require_once _PS_ROOT_DIR_ . '/images.inc.php';
class Image extends ImageCore
{