FIX : some doc in comment
This commit is contained in:
parent
2b2a21f7b6
commit
af9fb3e8c5
6 changed files with 64 additions and 7 deletions
|
|
@ -172,7 +172,7 @@ class HttpInput
|
|||
}
|
||||
if (!array_key_exists($p_name,$this->array))
|
||||
{
|
||||
throw new Exception(_('Paramètre invalide')."[$p_name]",
|
||||
throw new Exception("C175."._('Paramètre invalide')."[$p_name]",
|
||||
EXC_PARAM_VALUE);
|
||||
}
|
||||
$this->check_type($p_name, $p_type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue