Index: trunk/include/oninstall.php
===================================================================
--- trunk/include/oninstall.php	(revision 155)
+++ trunk/include/oninstall.php	(revision 156)
@@ -77,5 +77,5 @@
 	/* add new option for uploads */
 //	update_option('uploads_use_yearmonth_folders', 1);
-//	update_option('upload_path', $module->getVar("dirname"));
+	update_option('upload_path', 'wp-content/uploads');
 	
 		
Index: trunk/xoops_version.php
===================================================================
--- trunk/xoops_version.php	(revision 155)
+++ trunk/xoops_version.php	(revision 156)
@@ -31,5 +31,5 @@
 $modversion['name'] = ucfirst($mydirname) . ' ' . constant('_MI_XPRESS_NAME') ;
 $modversion['description'] = constant( '_MI_XPRESS_DESC');
-$modversion['version'] = "0.23";
+$modversion['version'] = "0.24";
 $modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://www.toemon.com) ;";
 $modversion['author'] = "toemon (http://www.toemon.com)";
@@ -40,5 +40,5 @@
 
 // status
-$modversion['codename'] = "r152";
+$modversion['codename'] = "r156";
 
 // onInstall, onUpdate, onUninstall
