Traduction
This commit is contained in:
parent
28fd8633eb
commit
1fda58ed93
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue