|
|
@@ -72,7 +72,7 @@ class EditListDataProvider extends AddListDataProvider
|
|
|
);
|
|
|
|
|
|
try {
|
|
|
- $list = $api->getMailingLists($fields,$domainID,$cond);
|
|
|
+ $list = $api->getMailingLists($fields,$domainID,[ $cond ]);
|
|
|
} catch (KerioApiException $error) {
|
|
|
logModuleCall(
|
|
|
'kerioEmail',
|