diff options
author | Nicolas Lœuillet <nicolas.loeuillet@gmail.com> | 2013-08-12 05:14:04 -0700 |
---|---|---|
committer | Nicolas Lœuillet <nicolas.loeuillet@gmail.com> | 2013-08-12 05:14:04 -0700 |
commit | 667009727a38890eb651815843c1bc02869a4119 (patch) | |
tree | fc3cdb9f2c7659c2d6a1bfe04a34d2430629612c /inc/3rdparty/Readability.php | |
parent | 82757801b9e9cdc8806c0005c290f05124f91ba6 (diff) | |
parent | 15493df62db830a0834a74c240bbb9d8889ae1de (diff) | |
download | wallabag-667009727a38890eb651815843c1bc02869a4119.tar.gz wallabag-667009727a38890eb651815843c1bc02869a4119.tar.zst wallabag-667009727a38890eb651815843c1bc02869a4119.zip |
Merge pull request #132 from inthepoche/dev
merge with beta2
Diffstat (limited to 'inc/3rdparty/Readability.php')
-rw-r--r-- | inc/3rdparty/Readability.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/3rdparty/Readability.php b/inc/3rdparty/Readability.php index e1e8738b..7605871c 100644 --- a/inc/3rdparty/Readability.php +++ b/inc/3rdparty/Readability.php | |||
@@ -810,7 +810,8 @@ class Readability | |||
810 | return $this->grabArticle($this->body); | 810 | return $this->grabArticle($this->body); |
811 | } | 811 | } |
812 | else { | 812 | else { |
813 | return false; | 813 | # this line was commented by Nicolas Lœuillet 8/8/13 due to some urls not parsed |
814 | // return false; | ||
814 | } | 815 | } |
815 | } | 816 | } |
816 | return $articleContent; | 817 | return $articleContent; |