@@ -169,12 +169,17 @@ class AccountDataProvider extends BaseDataProvider
*/
foreach($this->request->get('massActions') as $id)
{
- $service->setFormData(['status' => $this->formData['status'], 'id' => $id]);
-
}
+ logModuleCall(
+ 'kerioEmail',
+ __FUNCTION__,
+ $this->request->get('massActions'),
+ 'Debug Data',
+ $this
+ );
+
/**
* return success
@@ -134,14 +134,6 @@ class EditAccountDataProvider extends BaseDataProvider
$this->data['quota'] = 0;
- logModuleCall(
- 'kerioEmail',
- __FUNCTION__,
- $account,
- 'Debug Data',
- $this->data
- );
$lang = di('lang');
$this->availableValues['status'] = [
Kerio::ACC_STATUS_ACTIVE => $lang->absoluteT('kerio','account','status','active'),