aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Entry.php
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2015-08-12 23:02:19 +0300
committerAlexandr Danilov <bitbucket@modos189.ru>2015-08-12 23:02:19 +0300
commita737d2a0eeb23588fd8659471c41df0a6b95705a (patch)
tree1a8ca25a33a6f5fb19445a9bf5c753aa9a22b9c9 /src/Wallabag/CoreBundle/Entity/Entry.php
parent392f4a2681d94b8af8e2725aa6ca4615329afa54 (diff)
parent545b852f4694d1d9821bb4d13d6a1f3e0e7634fb (diff)
downloadwallabag-a737d2a0eeb23588fd8659471c41df0a6b95705a.tar.gz
wallabag-a737d2a0eeb23588fd8659471c41df0a6b95705a.tar.zst
wallabag-a737d2a0eeb23588fd8659471c41df0a6b95705a.zip
Merge remote-tracking branch 'origin/v2' into v2_material
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/Entry.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Entry.php1
1 files changed, 1 insertions, 0 deletions
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
266 { 266 {
267 $this->content = $content; 267 $this->content = $content;
268 $this->readingTime = Tools::getReadingTime($content); 268 $this->readingTime = Tools::getReadingTime($content);
269 $this->domainName = parse_url($this->url, PHP_URL_HOST);
269 270
270 return $this; 271 return $this;
271 } 272 }