From 412aacfde1e75a90be746d4478292867b70da4c1 Mon Sep 17 00:00:00 2001 From: wpmuguru Date: Tue, 9 Feb 2010 16:44:40 +0000 Subject: [PATCH] remove error_reporting from ms-files.php, see #11742 git-svn-id: http://svn.automattic.com/wordpress/trunk@13038 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/ms-files.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-includes/ms-files.php b/wp-includes/ms-files.php index b7008f0bcb..03c16c0cf7 100644 --- a/wp-includes/ms-files.php +++ b/wp-includes/ms-files.php @@ -15,8 +15,6 @@ if ( ! defined( 'SHORTINIT' ) ) { ms_default_constants( 'ms-files' ); -error_reporting(0); - if ( $current_blog->archived == '1' || $current_blog->spam == '1' || $current_blog->deleted == '1' ) { status_header( 404 ); die( '404 — File not found.' );