Removed unused parameter

This commit is contained in:
Michael 2020-08-06 19:04:00 +00:00
parent f09d9bc9cc
commit c89b690156
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class Contact extends BaseModule
}
// Update the entry in the contact table
Model\Contact::updateFromProbe($contact_id, '', true);
Model\Contact::updateFromProbe($contact_id);
}
/**