Index: /lib/filter_functions.inc.php
===================================================================
--- /lib/filter_functions.inc.php	(revision 6516)
+++ /lib/filter_functions.inc.php	(revision 6517)
@@ -611,21 +611,5 @@
 		else			 
 			$path = WP_CONTENT_DIR.'/uploads/wpsg_temp/update_temp/';
-		
-		// Alle Module sichern, die nicht im Standardpaket enthalten sind (Das sind die Module mit Versionsnummer)
-		$GLOBALS['wpsg_sc']->loadModule(true);
-		$GLOBALS['wpsg_arZusatzModuleInstalled'] = array();
-		
-		foreach ($GLOBALS['wpsg_sc']->arAllModule as $m_key => $m)
-		{
-			
-			if (isset($m->version))
-			{
-				
-				$GLOBALS['wpsg_arZusatzModuleInstalled'][] = $m_key;
-				
-			}
-			
-		}		
-			
+					
 		if (!file_exists($path)) wpsg_mkdir($path);
 		//if (!file_exists($path)) die(__('Fehler beim Anlegen des Backupverzeichnisses.', 'wpsg'));
Index: /wpshopgermany.php
===================================================================
--- /wpshopgermany.php	(revision 6516)
+++ /wpshopgermany.php	(revision 6517)
@@ -196,6 +196,6 @@
 	add_action('wp_loaded', array($GLOBALS['wpsg_sc'], 'wp_load'));
 	
-	//add_filter('upgrader_pre_install', 'wpsg_pre_install', 10, 2);
-	//add_filter('upgrader_post_install', 'wpsg_post_install', 10, 2);
+	add_filter('upgrader_pre_install', 'wpsg_pre_install', 10, 2);
+	add_filter('upgrader_post_install', 'wpsg_post_install', 10, 2);
 	add_action('admin_bar_menu', 'wpsg_admin_bar_menu', 2000);
 	
