FIX trans on null object

This commit is contained in:
Laurent Destailleur 2018-08-30 17:01:22 +02:00
parent 4d22c4f9f9
commit 151d84405a

View File

@ -1770,7 +1770,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='';