From: memiks Date: Tue, 23 Apr 2013 12:29:16 +0000 (-0500) Subject: Correction erreur sur le Self X-Git-Tag: 0.3^2~10^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=ae9571694f94ef363dba8564fef6b43ae833b508;p=github%2Fwallabag%2Fwallabag.git Correction erreur sur le Self --- 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 public $debug = false; protected $body = null; // protected $bodyCache = null; // Cache the body HTML in case we need to re-use it later - protected $flags = Self::FLAG_CLEAN_CONDITIONALLY; // 1 | 2 | 4; // Start with all flags set. + protected $flags = self::FLAG_CLEAN_CONDITIONALLY; // 1 | 2 | 4; // Start with all flags set. protected $success = false; // indicates whether we were able to extract or not /**