|
@@ -38,18 +38,18 @@ class EditAccountDataProvider extends BaseDataProvider
|
|
|
* hosting id
|
|
* hosting id
|
|
|
*/
|
|
*/
|
|
|
$hid = $this->getRequestValue('id');
|
|
$hid = $this->getRequestValue('id');
|
|
|
|
|
+ /**
|
|
|
|
|
+ * load hosting
|
|
|
|
|
+ */
|
|
|
|
|
+ $hosting = Hosting::where('id', $hid)->first();
|
|
|
|
|
|
|
|
logModuleCall(
|
|
logModuleCall(
|
|
|
'kerioEmail',
|
|
'kerioEmail',
|
|
|
__FUNCTION__,
|
|
__FUNCTION__,
|
|
|
$this->actionElementId,
|
|
$this->actionElementId,
|
|
|
'Debug Error',
|
|
'Debug Error',
|
|
|
- $hid
|
|
|
|
|
|
|
+ $hosting
|
|
|
);
|
|
);
|
|
|
- /**
|
|
|
|
|
- * load hosting
|
|
|
|
|
- */
|
|
|
|
|
- $hosting = Hosting::where('id', $hid)->first();
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* load api
|
|
* load api
|