Index: /changelog
===================================================================
--- /changelog	(revision 7584)
+++ /changelog	(revision 7585)
@@ -267,2 +267,5 @@
 - Bugfix: Nounce Fehler Backend Rechnungsverwaltung, Lieferschein, PayPal PLUS Stornierung/Statusaktualisierung / Task #687  
 - Feature: Produktartikel - Positionsspalte in Backend sichtbar und sortierbar
+
+#4.1.6
+- Bugfix: MÃ¶gliches Problem beim Update Prozess behoben
Index: /lib/filter_functions.inc.php
===================================================================
--- /lib/filter_functions.inc.php	(revision 7584)
+++ /lib/filter_functions.inc.php	(revision 7585)
@@ -501,8 +501,7 @@
         $wpsg_update_data = wpsg_get_update_data();
 
-        if (is_object($wpsg_update_data['updateData']) && property_exists($wpsg_update_data['updateData'], 'scalar')) $scalar = $wpsg_update_data['updateData']->scalar; else $scalar = false;
-		if (is_object($wpsg_update_data['updateData']) && property_exists($wpsg_update_data['updateData'], 'noUpdate')) $noUpdate = $wpsg_update_data['updateData']->noUpdate; else $noUpdate = false;
+        if (is_object($wpsg_update_data['updateData']) && property_exists($wpsg_update_data['updateData'], 'noUpdate')) $noUpdate = $wpsg_update_data['updateData']->noUpdate; else $noUpdate = false;
         
-        if (is_object($wpsg_update_data['updateData']) && $scalar !== false && $noUpdate !== true) $data->response[WPSG_SLUG] = $wpsg_update_data['updateData'];
+        if (is_object($wpsg_update_data['updateData']) && $noUpdate !== true) $data->response[WPSG_SLUG] = $wpsg_update_data['updateData'];
         else if (is_object($data)) unset($data->response[WPSG_SLUG]);
     
