logic error
This commit is contained in:
parent
c8a886e399
commit
75cd816e02
@ -781,9 +781,11 @@ function import_author_xchan($x) {
|
||||
$y = import_author_rss($x);
|
||||
}
|
||||
|
||||
if(! $y) {
|
||||
$y = import_author_unknown($x);
|
||||
}
|
||||
|
||||
return(($y) ? $y : false);
|
||||
return($y);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user