Update lib/Db/Feed.php

Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This commit is contained in:
Benjamin Brahmer 2023-01-12 12:52:22 +01:00
parent 502e4b923e
commit ef04d091c7
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ class Feed extends Entity implements IAPI, \JsonSerializable
]);
if (is_null($this->link)) {
return $serialized;
return $serialized;
}
$url = parse_url($this->link, PHP_URL_HOST);