FIX trans on null object

This commit is contained in:
Laurent Destailleur 2018-08-30 17:01:22 +02:00
parent 3e0b2d0281
commit d14bd829fb

View File

@ -1771,7 +1771,7 @@ function getSoapParams()
*/ */
function dolGetElementUrl($objectid,$objecttype,$withpicto=0,$option='') function dolGetElementUrl($objectid,$objecttype,$withpicto=0,$option='')
{ {
global $db,$conf; global $db, $conf, $langs;
$ret=''; $ret='';