Traduction

This commit is contained in:
Dany De Bontridder 2017-11-28 07:16:42 +01:00
parent 28fd8633eb
commit 1fda58ed93

View file

@ -204,7 +204,7 @@ class ICard extends HtmlInput
public function input($p_name=null,$p_value=null)
{
if ( $p_name == null && $this->name == "")
throw (new Exception('Le nom d une icard doit être donne'));
throw (new Exception(_('Le nom d une icard doit être donne')));
$this->value=($p_value==null)?$this->value:$p_value;
if ( $this->readOnly==true) return $this->display();