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