@@ -45,7 +45,7 @@ class InfoForm extends BaseForm implements ClientArea
__FUNCTION__,
$this->dataProvider,
'Debug Data',
- $this->dataProvider->actionElementId
+ $this->dataProvider->getActionID()
);
}
@@ -126,5 +126,16 @@ class InfoSettingDataProvider extends BaseDataProvider
public function update()
{
+ }
+ public function info()
+ {
+ logModuleCall(
+ 'kerioEmail',
+ __FUNCTION__,
+ $this->data,
+ 'Debug Info',
+ $this->actionElementId
+ );
+