Fixing style errors.

This commit is contained in:
stickler-ci 2021-03-27 08:08:26 +00:00
parent 992a4c7c21
commit 20ae94b84b

View File

@ -60,7 +60,6 @@ if ($action == 'addcontact' && $permissiontoedit) {
$contactid = (GETPOST('userid') ? GETPOST('userid') : GETPOST('contactid'));
$typeid = (GETPOST('typecontact') ? GETPOST('typecontact') : GETPOST('type'));
$result = $object->add_contact($contactid, $typeid, GETPOST("source"));
}
if ($result >= 0) {