FIX remove unused code for avoid error

This commit is contained in:
Regis Houssin 2022-10-21 06:48:33 +02:00
parent 31ef942c96
commit a96a623c0e

View File

@ -721,9 +721,9 @@ class Translate
return $str;
} else {
if ($key[0] == '$') {
/*if ($key[0] == '$') {
return dol_eval($key, 1, 1, '1');
}
}*/
return $this->getTradFromKey($key);
}
}