aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authormemiks <memiks@memiks.fr>2013-04-23 07:29:16 -0500
committermemiks <memiks@memiks.fr>2013-04-23 07:29:16 -0500
commitae9571694f94ef363dba8564fef6b43ae833b508 (patch)
tree7ae9c0c8171b5de5ccf45fb0e31e9e7acf672f29 /inc
parent4ddbd26787ebbf4c5e01061ac9dbee4f8c21421b (diff)
downloadwallabag-ae9571694f94ef363dba8564fef6b43ae833b508.tar.gz
wallabag-ae9571694f94ef363dba8564fef6b43ae833b508.tar.zst
wallabag-ae9571694f94ef363dba8564fef6b43ae833b508.zip
Correction erreur sur le Self
Diffstat (limited to 'inc')
-rw-r--r--inc/Readability.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/Readability.php b/inc/Readability.php
index 19298c13..2ce90f6d 100644
--- a/inc/Readability.php
+++ b/inc/Readability.php
@@ -80,7 +80,7 @@ class Readability
80 public $debug = false; 80 public $debug = false;
81 protected $body = null; // 81 protected $body = null; //
82 protected $bodyCache = null; // Cache the body HTML in case we need to re-use it later 82 protected $bodyCache = null; // Cache the body HTML in case we need to re-use it later
83 protected $flags = Self::FLAG_CLEAN_CONDITIONALLY; // 1 | 2 | 4; // Start with all flags set. 83 protected $flags = self::FLAG_CLEAN_CONDITIONALLY; // 1 | 2 | 4; // Start with all flags set.
84 protected $success = false; // indicates whether we were able to extract or not 84 protected $success = false; // indicates whether we were able to extract or not
85 85
86 /** 86 /**