|
|
@@ -144,6 +144,7 @@ class Accounts extends DataTable implements ClientArea
|
|
|
*/
|
|
|
public function loadData()
|
|
|
{
|
|
|
+ $this->initWhmcsParams();
|
|
|
/**
|
|
|
* load hosting
|
|
|
*/
|
|
|
@@ -154,8 +155,8 @@ class Accounts extends DataTable implements ClientArea
|
|
|
'kerioEmail',
|
|
|
__FUNCTION__,
|
|
|
$params,
|
|
|
- 'Debug Accounts',
|
|
|
- $api
|
|
|
+ 'Debug params',
|
|
|
+ $this
|
|
|
);
|
|
|
try {
|
|
|
$api->login($params['serverhostname'], $params['serverusername'], $params['serverpassword']);
|