]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/3rdparty/makefulltextfeed.php
Full-Text RSS included as a script instead of file_get_contents call. Tnx to @Faless...
[github/wallabag/wallabag.git] / inc / 3rdparty / makefulltextfeed.php
old mode 100644 (file)
new mode 100755 (executable)
index 7104bc7..2852c4c
@@ -424,6 +424,7 @@ $http->rewriteUrls = $options->rewrite_url;
 //////////////////////////////////\r
 // Set up Content Extractor\r
 //////////////////////////////////\r
+global $extractor;\r
 $extractor = new ContentExtractor(dirname(__FILE__).'/site_config/custom', dirname(__FILE__).'/site_config/standard');\r
 $extractor->debug = $debug_mode;\r
 SiteConfig::$debug = $debug_mode;\r