Index: trunk/wp-config.php
===================================================================
--- trunk/wp-config.php	(revision 171)
+++ trunk/wp-config.php	(revision 172)
@@ -101,6 +101,6 @@
 	// This Function in xpressme plugin
 	require_once( ABSPATH .'/include/xpress_block_render.php' );	
-	xpress_unnecessary_block_cache_delete();
-	if (is_home()) xpress_block_cache_refresh();
+	xpress_unnecessary_block_cache_delete($xoops_config->module_name);
+	if (is_home()) xpress_block_cache_refresh($xoops_config->module_name);
 	exit();		// The return to wp-blog-header.php is stolen here
 }
