@fivefilters via composer

This commit is contained in:
Nicolas Lœuillet
2015-01-19 21:27:22 +01:00
parent 9e7f6caf03
commit c78c1a3f08
1033 changed files with 42 additions and 26775 deletions

View File

@ -345,7 +345,7 @@ final class Tools
// Silence $scope function to avoid
// issues with FTRSS when error_reporting is to high
// FTRSS generates PHP warnings which break output
$json = @$scope("inc/3rdparty/makefulltextfeed.php", array("url" => $url));
$json = @$scope("vendor/wallabag/Fivefilters_Libraries/makefulltextfeed.php", array("url" => $url));
// Clearing and restoring context
foreach ($GLOBALS as $key => $value) {