Correction erreur sur le Self

This commit is contained in:
memiks 2013-04-23 07:29:16 -05:00
parent 4ddbd26787
commit ae9571694f
1 changed files with 1 additions and 1 deletions

View File

@ -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
/**