Fix warning

This commit is contained in:
Laurent Destailleur 2021-01-03 14:29:22 +01:00
parent 821ef72d48
commit 3cdcaa70d8

View File

@ -155,7 +155,7 @@ if ($resql) {
if ($targettype == 'contacts') {
$oldcid = $obj->cid;
}
$oldlang = $obj->lang;
$oldlang = $obj->default_lang;
$oldtarget = (empty($obj->cfirstname) && empty($obj->clastname)) ? $obj->name : ($obj->clastname." ".$obj->cfirstname);
$message = '';
$total = 0;