X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FEntity%2FEntry.php;h=7d2d2027f1bbf43478db1887339a2ed8a38cef56;hb=c2257428b2188fc709c76ec8f531287888de9741;hp=9aebc55bff454b79f15a3eb5c37b031e8385428a;hpb=d990dc6f0535cad745929ca90d1e4bb00ba47584;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php index 9aebc55b..7d2d2027 100644 --- a/src/Wallabag/CoreBundle/Entity/Entry.php +++ b/src/Wallabag/CoreBundle/Entity/Entry.php @@ -266,6 +266,7 @@ class Entry { $this->content = $content; $this->readingTime = Tools::getReadingTime($content); + $this->domainName = parse_url($this->url, PHP_URL_HOST); return $this; }