@@ -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 {