Index: bp-blogs-functions.php
===================================================================
--- bp-blogs-functions.php	(revision 8832)
+++ bp-blogs-functions.php	(working copy)
@@ -237,8 +237,9 @@
 
 	$name = get_blog_option( $blog_id, 'blogname' );
 
+	// If blog does not have a name, use the URL instead
 	if ( empty( $name ) ) {
-		return false;
+		$name = get_home_url( $blog_id );
 	}
 
 	$url             = get_home_url( $blog_id );
