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 549)
+++ trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php	(revision 552)
@@ -146,5 +146,5 @@
 		
 		// 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|';
+		$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;
 		
