|
|
|
@ -342,7 +342,10 @@ final class Tools
@@ -342,7 +342,10 @@ final class Tools
|
|
|
|
|
return $json; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
$json = $scope("inc/3rdparty/makefulltextfeed.php", array("url" => $url)); |
|
|
|
|
// 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)); |
|
|
|
|
|
|
|
|
|
// Clearing and restoring context |
|
|
|
|
foreach ($GLOBALS as $key => $value) { |
|
|
|
|