mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
Changed default value for "getIDForURL"
This commit is contained in:
parent
44f4557109
commit
f7cb9b3b81
2 changed files with 3 additions and 3 deletions
|
@ -1127,7 +1127,7 @@ function twitter_fetch_contact($uid, $data, $create_user)
|
|||
if (DBA::isResult($pcontact)) {
|
||||
$cid = $pcontact['id'];
|
||||
} else {
|
||||
$cid = Contact::getIdForURL($fields['url'], 0, true, $fields);
|
||||
$cid = Contact::getIdForURL($fields['url'], 0, false, $fields);
|
||||
}
|
||||
|
||||
if (!empty($cid)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue