2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Maximilien Rozniecki
2023-04-28 17:35:06 +02:00
parent 40d476d2c9
commit e9dcac67f0
2 changed files with 4 additions and 5 deletions

View File

@@ -12508,8 +12508,7 @@ function show_actions_messaging($conf, $langs, $db, $filterobj, $objcon = '', $n
if (!isset($contactGetNomUrlCache[$histo[$key]['msg_from']])) {
if ($contactstatic->fetch(0, null, '', $histo[$key]['msg_from']) > 0) {
$contactGetNomUrlCache[$histo[$key]['msg_from']] = $contactstatic->getNomUrl(-1, '', 16);
}
else {
} else {
$contactGetNomUrlCache[$histo[$key]['msg_from']] = $histo[$key]['msg_from'];
}
}