summaryrefslogtreecommitdiffstats
path: root/wp-content/blogs.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/blogs.php')
-rw-r--r--wp-content/blogs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-content/blogs.php b/wp-content/blogs.php
index 115b608..bdf5aca 100644
--- a/wp-content/blogs.php
+++ b/wp-content/blogs.php
@@ -76,7 +76,7 @@ if ( !is_file( $file ) ) {
}
if( function_exists( "mime_content_type" ) ) {
- $mime[ 'type' ] = mime_content_type( $_SERVER[ 'REQUEST_URI' ] );
+ $mime[ 'type' ] = mime_content_type( $file );
} else {
$mime = wp_check_filetype( $_SERVER[ 'REQUEST_URI' ] );
}