logic error

This commit is contained in:
zotlabs 2017-04-02 17:12:42 -07:00
parent d985db60cc
commit 1a28fb2a0c

View File

@ -772,9 +772,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);
}
/**