logic error
This commit is contained in:
parent
d985db60cc
commit
1a28fb2a0c
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user