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

@@ -3360,7 +3360,7 @@ function consume_feed($xml,$importer,&$contact,$pass = 0) {
$datarray['author_xchan'] = '';
if($author['author_link'] != $contact['xchan_url']) {
$x = import_author_unkown(array('name' => $author['author_name'],'url' => $author['author_link'],'photo' => array('src' => $author['author_photo'])));
$x = import_author_unknown(array('name' => $author['author_name'],'url' => $author['author_link'],'photo' => array('src' => $author['author_photo'])));
if($x)
$datarray['author_xchan'] = $x;