noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 29/107: Bug in exception : gettext cannot acc


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 29/107: Bug in exception : gettext cannot accept 2 args
Date: Mon, 26 Aug 2019 10:31:50 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit ca5afb6d22077f8ded13125f1595a96ae4d9a1f1
Author: Dany De Bontridder <address@hidden>
Date:   Fri Jul 5 00:06:10 2019 +0200

    Bug in exception : gettext cannot accept 2 args
---
 include/lib/sendmail.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/sendmail.class.php b/include/lib/sendmail.class.php
index c41c966..c0fbed4 100644
--- a/include/lib/sendmail.class.php
+++ b/include/lib/sendmail.class.php
@@ -99,7 +99,7 @@ class Sendmail
             $name = $array[$i];
             if (trim($this->$name) == "")
             {
-                throw new Exception( sprintf(_("%s est vide",$name)));
+                throw new Exception( sprintf(_("%s est vide"),$name));
             }
         }
     }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]