mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:50:11 +00:00
bug fixes
This commit is contained in:
parent
9b0584e593
commit
bbe53699f2
10 changed files with 29 additions and 26 deletions
|
@ -118,7 +118,7 @@ echo "Length:" . strlen($xml) . "\r\n";
|
|||
$datarray = get_atom_elements($item);
|
||||
$datarray['parent-uri'] = $parent_uri;
|
||||
$datarray['uid'] = $importer['uid'];
|
||||
$datarray['contact-id'] = $importer['id'];
|
||||
$datarray['contact-id'] = $contact['id'];
|
||||
$r = post_remote($a,$datarray);
|
||||
continue;
|
||||
}
|
||||
|
@ -146,7 +146,7 @@ echo "Length:" . strlen($xml) . "\r\n";
|
|||
$datarray = get_atom_elements($item);
|
||||
$datarray['parent-uri'] = $item_id;
|
||||
$datarray['uid'] = $importer['uid'];
|
||||
$datarray['contact-id'] = $importer['id'];
|
||||
$datarray['contact-id'] = $contact['id'];
|
||||
$r = post_remote($a,$datarray);
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue