OStatus: Force parent when storing item.
This commit is contained in:
parent
b7f270de28
commit
fa288173c3
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ function ostatus_import($xml,$importer,&$contact, &$hub) {
|
||||||
} else
|
} else
|
||||||
$item["parent-uri"] = $item["uri"];
|
$item["parent-uri"] = $item["uri"];
|
||||||
|
|
||||||
$item_id = item_store($item);
|
$item_id = item_store($item, true);
|
||||||
//echo $xml;
|
//echo $xml;
|
||||||
//print_r($item);
|
//print_r($item);
|
||||||
//echo $item_id." ".$item["parent-uri"]."\n";
|
//echo $item_id." ".$item["parent-uri"]."\n";
|
||||||
|
|
Loading…
Reference in a new issue