]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Correction erreur sur le Self
authormemiks <memiks@memiks.fr>
Tue, 23 Apr 2013 12:29:16 +0000 (07:29 -0500)
committermemiks <memiks@memiks.fr>
Tue, 23 Apr 2013 12:29:16 +0000 (07:29 -0500)
inc/Readability.php

index 19298c1324ed8828f380672f8bc6bf980c8d29c8..2ce90f6dd7411841cb193c48e195b4942ccab750 100644 (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
        
        /**