diff options
-rw-r--r-- | include/items.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php index 63edae972..d6dd517ba 100644 --- a/include/items.php +++ b/include/items.php @@ -983,10 +983,12 @@ function import_author_xchan($x) { ); // TODO: fix dupplicate with line 960 if(!$r) - discover_by_webbie($x['url'], 'zot6'); //TODO use the return of discover_by_webbie + discover_by_webbie($x['url'], 'zot6'); } - return $y; + if($y) + return $y; + } // perform zot6 discovery |