Browse Source

edit Account

andre 2 years ago
parent
commit
d9c93d4320
1 changed files with 5 additions and 3 deletions
  1. 5 3
      app/UI/Client/EmailAccount/Providers/EditAccountDataProvider.php

+ 5 - 3
app/UI/Client/EmailAccount/Providers/EditAccountDataProvider.php

@@ -57,9 +57,11 @@ class EditAccountDataProvider extends BaseDataProvider
             'emailAddresses',
         );
         $cond = array(
-            "fieldName" => "id",
-            "comparator" => "Eq",
-            "value" => $this->actionElementId
+            array(
+                "fieldName" => "id",
+                "comparator" => "Eq",
+                "value" => $this->actionElementId
+            )
         );
 
         try {