Index: /lib/filter_functions.inc.php
===================================================================
--- /lib/filter_functions.inc.php	(revision 6425)
+++ /lib/filter_functions.inc.php	(revision 6426)
@@ -353,7 +353,7 @@
         $wpsg_update_data = $GLOBALS['wpsg_sc']->get_option('wpsg_updatedata');
 
-        if ($force === true || 1) $wpsg_lastupdate = false;
-
-        if ($wpsg_lastupdate == false || $wpsg_lastupdate < time() - 60 * 30 || !wpsg_isSizedArray($wpsg_update_data))
+        if ($force === true) $wpsg_lastupdate = false;
+
+        if ($wpsg_lastupdate == false || $wpsg_lastupdate < time() - 60 * 5 || !wpsg_isSizedArray($wpsg_update_data))
         {
 
@@ -391,5 +391,5 @@
 
         }
-
+		
         return $wpsg_update_data;
 
Index: /wpshopgermany.php
===================================================================
--- /wpshopgermany.php	(revision 6425)
+++ /wpshopgermany.php	(revision 6426)
@@ -199,11 +199,6 @@
 	{
 				
-		if ($GLOBALS['wpsg_sc']->hasMod('wpsg_mod_core')) 
-		{
-		
-			add_filter('plugins_api', 'wpsg_info', 10, 3);
-			add_filter('site_transient_update_plugins', 'wpsg_update');
-			
-		}
+		add_filter('plugins_api', 'wpsg_info', 10, 3);
+		add_filter('site_transient_update_plugins', 'wpsg_update');
 		
 		add_action('admin_enqueue_scripts', array($GLOBALS['wpsg_sc'], 'wp_enqueue'));
