diff --git a/public_html/includes/class/class.LSldapObject.php b/public_html/includes/class/class.LSldapObject.php index abba36fe..b74342f2 100644 --- a/public_html/includes/class/class.LSldapObject.php +++ b/public_html/includes/class/class.LSldapObject.php @@ -437,7 +437,7 @@ class LSldapObject { // Définition du message d'erreur if (!empty($test['msg'])) { - $msg_error=getFData($test['msg'],$this,'getValue'); + $msg_error=getFData(__($test['msg']),$this,'getValue'); } else { $msg_error=getFData(_("The attribute %{attr} is not valid."),$attr -> getLabel());