X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2F3rdparty%2Fmakefulltextfeed.php;h=2852c4c2a76fbda3e902de30aea99873abb87d2e;hb=c9bd17a1007bb78e5de0775efca01df0fb515031;hp=7104bc73b4b3b38a43028d46fa3096a1d540eaa4;hpb=42c80841c846610be280218d53fcde06b0f0063b;p=github%2Fwallabag%2Fwallabag.git diff --git a/inc/3rdparty/makefulltextfeed.php b/inc/3rdparty/makefulltextfeed.php old mode 100644 new mode 100755 index 7104bc73..2852c4c2 --- a/inc/3rdparty/makefulltextfeed.php +++ b/inc/3rdparty/makefulltextfeed.php @@ -424,6 +424,7 @@ $http->rewriteUrls = $options->rewrite_url; ////////////////////////////////// // Set up Content Extractor ////////////////////////////////// +global $extractor; $extractor = new ContentExtractor(dirname(__FILE__).'/site_config/custom', dirname(__FILE__).'/site_config/standard'); $extractor->debug = $debug_mode; SiteConfig::$debug = $debug_mode;