Index: trunk/wp-content/plugins/xpressme/include/xpress_common_functions.php
===================================================================
--- trunk/wp-content/plugins/xpressme/include/xpress_common_functions.php	(revision 132)
+++ trunk/wp-content/plugins/xpressme/include/xpress_common_functions.php	(revision 133)
@@ -2,5 +2,5 @@
 global $xoops_config;
 if (!is_object($xoops_config)){ // is call other modules
-	require_once dirname(dirname(dirname(dirname(dirname( __FILE__ ))))) .'/include/config_from_xoops.class.php' ;
+	require_once dirname(dirname(dirname(dirname(dirname( __FILE__ ))))) .'/class/config_from_xoops.class.php' ;
 	$xoops_config = new ConfigFromXoops;
 }
