diff options
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; |