Index: /lib/filter_functions.inc.php
===================================================================
--- /lib/filter_functions.inc.php	(revision 7599)
+++ /lib/filter_functions.inc.php	(revision 7600)
@@ -478,5 +478,4 @@
                 }
     
-    
             }
             catch (\Exception $e)
@@ -496,6 +495,6 @@
 	
     	// Unklar warum das passiert aber es ist bei Kunden aufgetreten
-		if (!is_object($data)) return $data;
-		if (!isset($update_plugins->response) || !is_array($data->response)) $data->response = array();
+		if (!is_object($data)) return $data;	
+		if (!isset($data->response) || !is_array($data->response)) $data->response = array();
     	
         $wpsg_update_data = wpsg_get_update_data();
