diff options
-rwxr-xr-x | include/items.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 9287c81db..6bb453bc8 100755 --- a/include/items.php +++ b/include/items.php @@ -918,7 +918,8 @@ function import_author_xchan($x) { if($x['url']) { $y = discover_by_webbie($x['url'],'zot6'); - if($y) { + + if($y) { return $y; } } |