Removed unused parameter
This commit is contained in:
parent
f09d9bc9cc
commit
c89b690156
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue