remove error_reporting from ms-files.php, see #11742

git-svn-id: http://svn.automattic.com/wordpress/trunk@13038 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
wpmuguru 2010-02-09 16:44:40 +00:00
parent ff8934e482
commit 412aacfde1
1 changed files with 0 additions and 2 deletions

View File

@ -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.' );