logic error

This commit is contained in:
zotlabs 2017-04-02 17:12:42 -07:00 committed by Mario Vavti
parent c8a886e399
commit 75cd816e02

View File

@ -781,9 +781,11 @@ function import_author_xchan($x) {
$y = import_author_rss($x);
}
$y = import_author_unknown($x);
if(! $y) {
$y = import_author_unknown($x);
}
return(($y) ? $y : false);
return($y);
}
/**