mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
in "getidforurl" "no update" is now "update"
This commit is contained in:
parent
631095eefd
commit
b0086a49e2
14 changed files with 66 additions and 60 deletions
|
@ -203,7 +203,7 @@ function update_1260()
|
|||
while ($item = DBA::fetch($items)) {
|
||||
$contact = ['url' => $item['owner-link'], 'name' => $item['owner-name'],
|
||||
'photo' => $item['owner-avatar'], 'network' => $item['network']];
|
||||
$cid = Contact::getIdForURL($item['owner-link'], 0, false, $contact);
|
||||
$cid = Contact::getIdForURL($item['owner-link'], 0, null, $contact);
|
||||
if (empty($cid)) {
|
||||
continue;
|
||||
}
|
||||
|
@ -219,7 +219,7 @@ function update_1260()
|
|||
while ($item = DBA::fetch($items)) {
|
||||
$contact = ['url' => $item['author-link'], 'name' => $item['author-name'],
|
||||
'photo' => $item['author-avatar'], 'network' => $item['network']];
|
||||
$cid = Contact::getIdForURL($item['author-link'], 0, false, $contact);
|
||||
$cid = Contact::getIdForURL($item['author-link'], 0, null, $contact);
|
||||
if (empty($cid)) {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue