diff --git a/htdocs/core/photos_resize.php b/htdocs/core/photos_resize.php index fbde981779c..02aee4ca100 100644 --- a/htdocs/core/photos_resize.php +++ b/htdocs/core/photos_resize.php @@ -39,6 +39,7 @@ require_once(DOL_DOCUMENT_ROOT."/core/lib/images.lib.php"); require_once(DOL_DOCUMENT_ROOT."/product/class/product.class.php"); $langs->load("products"); +$langs->load("other"); $modulepart=$_REQUEST['modulepart']?$_REQUEST['modulepart']:'produit|service'; if (isset($_GET["id"])) @@ -207,4 +208,4 @@ print ''; llxFooter(); -?> \ No newline at end of file +?>