Private GIT

Skip to content
Snippets Groups Projects
Commit c2a7baa5 authored by Kevin Duret's avatar Kevin Duret
Browse files

fix clapi ldap contact import

parent dcafd81c
No related branches found
No related tags found
No related merge requests found
......@@ -322,8 +322,10 @@ class CentreonContact extends CentreonObject {
}
}
}
if ($params[1] != 'ar_id') {
$params[1] = "contact_" . $params[1];
}
}
if ($regularParam == true) {
$updateParams = array($params[1] => $params[2]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment