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:
parent
ff8934e482
commit
412aacfde1
|
@ -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.' );
|
||||
|
|
Loading…
Reference in New Issue