|
|
@@ -121,6 +121,15 @@ class TemplateInstallProvider extends BaseDataProvider implements ClientArea, Ad
|
|
|
}
|
|
|
//update osTemplate in config
|
|
|
$this->hosting()->update(['customconfigoption[osTemplate]' => $this->formData['id']]);
|
|
|
+
|
|
|
+ logModuleCall(
|
|
|
+ 'proxmoxCloud',
|
|
|
+ __FUNCTION__,
|
|
|
+ $this->hosting(),
|
|
|
+ 'Debug',
|
|
|
+ $this->formData['id']
|
|
|
+ );
|
|
|
+
|
|
|
$arguments = [
|
|
|
'hostingId' => $this->getWhmcsParamByKey('serviceid'),
|
|
|
"osTemplate" => $this->formData['id'],
|