mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge pull request #22648 from hregis/fix_remove_unused_code
FIX remove unused code for avoid error
This commit is contained in:
commit
ba04a18d5d
|
|
@ -725,9 +725,9 @@ class Translate
|
|||
|
||||
return $str;
|
||||
} else {
|
||||
if ($key[0] == '$') {
|
||||
/*if ($key[0] == '$') {
|
||||
return dol_eval($key, 1, 1, '1');
|
||||
}
|
||||
}*/
|
||||
return $this->getTradFromKey($key);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user