Index: trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php
===================================================================
--- trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php	(revision 649)
+++ trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php	(revision 658)
@@ -145,6 +145,8 @@
 		
 		// Avoid the failure of the operation when switch_to_blog() and other plugin code is called on the admin page.
-		$excludes = '|global_recent_posts_list_block.php|my_.*_block.php|global_recent_comments_block.php|global_popular_posts_block.php|';
-		if (preg_match('/' . $excludes . '/' , $func_file)) continue;
+		$excludes = 'global_recent_posts_list_block\.php|enhanced_block\.php|global_recent_comments_block\.php|global_popular_posts_block\.php';
+		if (preg_match('/' . $excludes . '/' , $func_file)){
+			continue;
+		}
 		
 		$call_theme_function_name = str_replace(".php", "", $func_file); 
