diff options
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; |