mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
FIX trans on null object
This commit is contained in:
@@ -1771,7 +1771,7 @@ function getSoapParams()
|
||||
*/
|
||||
function dolGetElementUrl($objectid,$objecttype,$withpicto=0,$option='')
|
||||
{
|
||||
global $db,$conf;
|
||||
global $db, $conf, $langs;
|
||||
|
||||
$ret='';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user