|
|
@@ -64,7 +64,7 @@ class EditAccountDataProvider extends BaseDataProvider
|
|
|
|
|
|
try {
|
|
|
$api->login($this->getWhmcsParamByKey('serverhostname'), $this->getWhmcsParamByKey('serverusername'), $this->getWhmcsParamByKey('serverpassword'));
|
|
|
- $account = $api->getUsers($fields,'',$cond);
|
|
|
+ $account = $api->getUsers($fields,'');
|
|
|
$address = $api->getAddress($this->actionElementId);
|
|
|
} catch (KerioApiException $error) {
|
|
|
logModuleCall(
|