Index: wp-includes/ms-blogs.php
===================================================================
--- wp-includes/ms-blogs.php	(revision 19859)
+++ wp-includes/ms-blogs.php	(working copy)
@@ -252,6 +252,8 @@
 	wp_cache_delete( md5( $details->domain . $details->path )  , 'blog-lookup' );
 	wp_cache_delete( 'current_blog_' . $details->domain, 'site-options' );
 	wp_cache_delete( 'current_blog_' . $details->domain . $details->path, 'site-options' );
+
+	do_action( 'refresh_blog_details', $blog_id );
 }
 
 /**
