]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/3rdparty/makefulltextfeed.php
error reporting level set in E_ALL & ~E_NOTICE by default, can be overriden in config
[github/wallabag/wallabag.git] / inc / 3rdparty / makefulltextfeed.php
index 7a56be8c7c967cec629d0129feb3bb72d4ee8249..62c050ec2bc368fd63fd265da8bfa1b888453782 100755 (executable)
@@ -28,7 +28,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 // Request this file passing it a web page or feed URL in the querystring: makefulltextfeed.php?url=example.org/article\r
 // For more request parameters, see http://help.fivefilters.org/customer/portal/articles/226660-usage\r
 \r
-error_reporting(E_ALL ^ E_NOTICE);\r
+//error_reporting(E_ALL ^ E_NOTICE);\r
 ini_set("display_errors", 1);\r
 @set_time_limit(120);\r
 \r