summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wp-admin/themes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/themes.php b/wp-admin/themes.php
index cec0e7a..5441e18 100644
--- a/wp-admin/themes.php
+++ b/wp-admin/themes.php
@@ -5,7 +5,7 @@ $themes = get_themes();
$ct = current_theme_info();
$allowed_themes = get_site_option( "allowed_themes" );
if( $allowed_themes == false ) {
- $allowed_themes = $themes;
+ $allowed_themes = array();
if( $blog_id != 1 )
unset( $allowed_themes[ "WordPress MU Home Default" ] );
}