Index: trunk/include/onupdate.php
===================================================================
--- trunk/include/onupdate.php	(revision 102)
+++ trunk/include/onupdate.php	(revision 111)
@@ -10,5 +10,5 @@
 	// transations on module update
 
-	global $msgs ; // TODO :-D
+	global $ret ; // TODO :-D
 
 	// for Cube 2.1
@@ -16,7 +16,7 @@
 		$root =& XCube_Root::getSingleton();
 		$root->mDelegateManager->add( 'Legacy.Admin.Event.ModuleUpdate.' . ucfirst($mydirname) . '.Success', 'xpress_message_append_onupdate' ) ;
-		$msgs = array() ;
+		$ret = array() ;
 	} else {
-		if( ! is_array( $msgs ) ) $msgs = array() ;
+		if( ! is_array( $ret ) ) $ret = array() ;
 	}
 
