Typo
This commit is contained in:
parent
92c723d37c
commit
e75f1ccb2e
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user