Update product.class.php

This commit is contained in:
BENKE Charlie 2016-07-15 11:52:59 +02:00 committed by GitHub
parent 39bc90baf0
commit 0ba308a9a5

View File

@ -3132,7 +3132,7 @@ class Product extends CommonObject
*/ */
function getNomUrl($withpicto=0,$option='',$maxlength=0) function getNomUrl($withpicto=0,$option='',$maxlength=0)
{ {
global $conf, $langs; global $conf, $langs, $hookmanager;
include_once DOL_DOCUMENT_ROOT.'/core/lib/product.lib.php'; include_once DOL_DOCUMENT_ROOT.'/core/lib/product.lib.php';
$result=''; $result='';