Merge pull request #12571 from mexon/mat/local-contact
Allow adding local contacts via console
This commit is contained in:
commit
b04feeeac5
|
@ -157,7 +157,7 @@ HELP;
|
|||
|
||||
$url = Probe::cleanURI($url);
|
||||
|
||||
$contact = ContactModel::getByURLForUser($url, $user['uid']);
|
||||
$contact = ContactModel::getByURL($url, null, [], $user['uid']);
|
||||
if (!empty($contact)) {
|
||||
throw new RuntimeException('Contact already exists');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue