logic error

This commit is contained in:
zotlabs
2017-04-03 10:49:20 +02:00
committed by Mario Vavti
parent c8a886e399
commit 75cd816e02
+4 -2
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);
}
/**