This commit is contained in:
Thomas Willingham 2014-09-25 19:47:06 +01:00
parent 92c723d37c
commit e75f1ccb2e

View File

@ -3357,7 +3357,7 @@ function consume_feed($xml,$importer,&$contact,$pass = 0) {
$datarray['author_xchan'] = ''; $datarray['author_xchan'] = '';
if($author['author_link'] != $contact['xchan_url']) { 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) if($x)
$datarray['author_xchan'] = $x; $datarray['author_xchan'] = $x;