Removed unused parameter
This commit is contained in:
parent
f09d9bc9cc
commit
c89b690156
|
@ -185,7 +185,7 @@ class Contact extends BaseModule
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update the entry in the contact table
|
// Update the entry in the contact table
|
||||||
Model\Contact::updateFromProbe($contact_id, '', true);
|
Model\Contact::updateFromProbe($contact_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user