From 69f4fb81125886510f83889ed17efe9378f1cf54 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Thu, 17 Nov 2011 17:45:23 +0100 Subject: [PATCH] Fix: load file other.lang solve missing translations --- htdocs/core/photos_resize.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/photos_resize.php b/htdocs/core/photos_resize.php index acce82ee3d7..8ac5f1fd484 100644 --- a/htdocs/core/photos_resize.php +++ b/htdocs/core/photos_resize.php @@ -33,6 +33,7 @@ require_once(DOL_DOCUMENT_ROOT."/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"]))