Fix Call to undefined function imageResize()

This commit is contained in:
Michael RICOIS 2018-01-18 12:13:21 +01:00
parent 3a5aed3c7f
commit 6f7c18458d

View File

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