diff --git a/htdocs/core/class/translate.class.php b/htdocs/core/class/translate.class.php index 255cdb2fb67..29db15e0a0b 100644 --- a/htdocs/core/class/translate.class.php +++ b/htdocs/core/class/translate.class.php @@ -640,6 +640,7 @@ class Translate try { $str = sprintf($str, $param1, $param2, $param3, $param4); // Replace %s and %d except for FormatXXX strings. } catch (Exception $e) { + // No exception managed } }