diff --git a/htdocs/translate.class.php b/htdocs/translate.class.php index f9a30a5adac..878f48e6caa 100644 --- a/htdocs/translate.class.php +++ b/htdocs/translate.class.php @@ -176,6 +176,7 @@ class Translate { if ($filelangexists) { + //dolibarr_syslog("Translate::load open file ".$file_lang); if($fp = @fopen($file_lang,"rt")) { $finded = 0;