Index: trunk/wp-content/plugins/xpressme/include/custom_functions.php
===================================================================
--- trunk/wp-content/plugins/xpressme/include/custom_functions.php	(revision 46)
+++ trunk/wp-content/plugins/xpressme/include/custom_functions.php	(revision 49)
@@ -203,5 +203,6 @@
 		require_once $block_theme_file;
 		$block_render = $call_theme_function_name($options);		//The block name and the called function name should be assumed to be the same name. 			
-		xpress_block_cache_write($mydirname,$cache_title. $blockID, $block_render);
+		$xml['block'] = $block_render;
+		xpress_block_cache_write($mydirname,$cache_title. $blockID, $xml);
 	}
 }
