diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-20 12:49:49 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-20 12:49:49 +0100 |
commit | ab5bb94b12e04b357f8faee376704bc29ff019a5 (patch) | |
tree | e055f9cf96738f7b8a26caed4893951022527eed /inc/3rdparty/makefulltextfeed.php | |
parent | d09a5674e915e79762931a3465461327fb5737ea (diff) | |
parent | e83cf5a7875d1387d79d1909050ff2eca9b4421a (diff) | |
download | wallabag-ab5bb94b12e04b357f8faee376704bc29ff019a5.tar.gz wallabag-ab5bb94b12e04b357f8faee376704bc29ff019a5.tar.zst wallabag-ab5bb94b12e04b357f8faee376704bc29ff019a5.zip |
Merge branch 'dev' of git://github.com/mariroz/wallabag into mariroz-dev
Diffstat (limited to 'inc/3rdparty/makefulltextfeed.php')
-rwxr-xr-x[-rw-r--r--] | inc/3rdparty/makefulltextfeed.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/3rdparty/makefulltextfeed.php b/inc/3rdparty/makefulltextfeed.php index 7104bc73..2852c4c2 100644..100755 --- a/inc/3rdparty/makefulltextfeed.php +++ b/inc/3rdparty/makefulltextfeed.php | |||
@@ -424,6 +424,7 @@ $http->rewriteUrls = $options->rewrite_url; | |||
424 | ////////////////////////////////// | 424 | ////////////////////////////////// |
425 | // Set up Content Extractor | 425 | // Set up Content Extractor |
426 | ////////////////////////////////// | 426 | ////////////////////////////////// |
427 | global $extractor; | ||
427 | $extractor = new ContentExtractor(dirname(__FILE__).'/site_config/custom', dirname(__FILE__).'/site_config/standard'); | 428 | $extractor = new ContentExtractor(dirname(__FILE__).'/site_config/custom', dirname(__FILE__).'/site_config/standard'); |
428 | $extractor->debug = $debug_mode; | 429 | $extractor->debug = $debug_mode; |
429 | SiteConfig::$debug = $debug_mode; | 430 | SiteConfig::$debug = $debug_mode; |