doc updates and a couple of issues spotted in the logs (diaspora likes, feed author import)

This commit is contained in:
friendica
2014-09-12 00:59:23 -07:00
parent 20be358ec2
commit ab7f2db4d7
76 changed files with 1147 additions and 879 deletions

View File

@@ -1928,7 +1928,7 @@ function diaspora_like($importer,$xml,$msg) {
$arr['item_private'] = $parent_item['item_private'];
$arr['verb'] = $activity;
$arr['object-type'] = $objtype;
$arr['obj_type'] = $objtype;
$arr['object'] = $object;
if(! $parent_author_signature) {