Index: /lib/filter_functions.inc.php
===================================================================
--- /lib/filter_functions.inc.php	(revision 6514)
+++ /lib/filter_functions.inc.php	(revision 6515)
@@ -675,16 +675,10 @@
 		global $wp_filesystem;
 		
+		$wpsg_update_data = wpsg_get_update_data();
+		     
 		if ($_REQUEST['plugin'] != WPSG_FOLDERNAME.'/wpshopgermany.php') return;
 		
-		die("TODO");
-		/*
-		if ($GLOBALS['wpsg_sc']->get_option('wpsg_debugURL') === '1' && $GLOBALS['wpsg_sc']->hasMod('wpsg_mod_core'))
-			$remote_version = $GLOBALS['wpsg_sc']->get_url_content(base64_decode('aHR0cDovL2RsLm1hZW5uY2hlbjEuZGUvd3BzZy92ZXJzaW9uX2Rldg==')); // http://dl.maennchen1.de/wpsg/version_dev
-		else
-			$remote_version = $GLOBALS['wpsg_sc']->get_url_content(base64_decode('aHR0cDovL2RsLm1hZW5uY2hlbjEuZGUvd3BzZy92ZXJzaW9u')); // http://dl.maennchen1.de/wpsg/version
-		*/
-		
 		if (!isset($_REQUEST['_ajax_nonce'])) echo __('Kopiere Shop zurÃŒck ...', 'wpsg').'<br />';
-		
+		 
 		// TemporÃ€res Verzeichnis 
 		if ($GLOBALS['wpsg_sc']->isMultiBlog())
@@ -727,7 +721,8 @@
 		}
 		
-		wpsg_chmod($path.'/lib/translation.phtml', 0777);
-		wpsg_chmod($path.'/lang', 0777);
-		
+		//wpsg_chmod($path.'/lib/translation.phtml', 0777);
+		//wpsg_chmod($path.'/lang', 0777);
+		
+		/*
 		$AC = new wpsg_AdminController();
 		
@@ -736,7 +731,7 @@
 		{
 			
-			$AC->installModul($m_key);
-			
-		}
+			//$AC->installModul($m_key);
+			
+		}*/
 		
 		// AufrÃ€umen
@@ -752,5 +747,5 @@
 		$GLOBALS['wpsg_sc']->loadModule();
 		
-		wpsg_install(trim($remote_version));
+		//wpsg_install(trim($remote_version));
 		
 	} // function wpsg_post_install()
Index: /mods/wpsg_mod_productvariants.class.php
===================================================================
--- /mods/wpsg_mod_productvariants.class.php	(revision 6514)
+++ /mods/wpsg_mod_productvariants.class.php	(revision 6515)
