From 0ba308a9a5f58b6aa6e69621936e9b35f8277dc3 Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Fri, 15 Jul 2016 11:52:59 +0200 Subject: [PATCH] Update product.class.php --- htdocs/product/class/product.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index fb38efb8a07..19d667fd6e9 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -3132,7 +3132,7 @@ class Product extends CommonObject */ function getNomUrl($withpicto=0,$option='',$maxlength=0) { - global $conf, $langs; + global $conf, $langs, $hookmanager; include_once DOL_DOCUMENT_ROOT.'/core/lib/product.lib.php'; $result='';