fix typo
This commit is contained in:
parent
d27934419c
commit
8b753dc743
@ -627,7 +627,7 @@ function updateContact($authentication,$contact)
|
|||||||
$error=0;
|
$error=0;
|
||||||
$fuser=check_authentication($authentication,$error,$errorcode,$errorlabel);
|
$fuser=check_authentication($authentication,$error,$errorcode,$errorlabel);
|
||||||
// Check parameters
|
// Check parameters
|
||||||
if (empty($contact['id']) && empty($contact['ref_ext']) {
|
if (empty($contact['id']) && empty($contact['ref_ext'])) {
|
||||||
$error++; $errorcode='KO'; $errorlabel="Contact id or ref_ext is mandatory.";
|
$error++; $errorcode='KO'; $errorlabel="Contact id or ref_ext is mandatory.";
|
||||||
}
|
}
|
||||||
// Check parameters
|
// Check parameters
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user