diff options
author | Mario <mario@mariovavti.com> | 2019-03-13 09:40:19 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-03-13 09:40:19 +0100 |
commit | 503da97a79e372c8b3d9d6718effa237171635ac (patch) | |
tree | 09678bb04dd872822706ee54b0869080ae8ed208 /include/items.php | |
parent | c33ef01af84bb3c5db5bf078eb921a51a8e72ecc (diff) | |
parent | 088a93e023aa23d089dad2a06d61b540d3ea47a1 (diff) | |
download | volse-hubzilla-503da97a79e372c8b3d9d6718effa237171635ac.tar.gz volse-hubzilla-503da97a79e372c8b3d9d6718effa237171635ac.tar.bz2 volse-hubzilla-503da97a79e372c8b3d9d6718effa237171635ac.zip |
Merge branch 'dev' into 'dev'
Dev
See merge request hubzilla/core!1551
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; } |