|
@@ -166,6 +166,15 @@ class Settings extends DataTable implements ClientArea
|
|
|
*/
|
|
*/
|
|
|
public function initContent()
|
|
public function initContent()
|
|
|
{
|
|
{
|
|
|
|
|
+
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'kerioEmail',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $this->data,
|
|
|
|
|
+ 'Debug Error',
|
|
|
|
|
+ $params
|
|
|
|
|
+ );
|
|
|
|
|
+
|
|
|
$this->addActionButton(new InfoButton());
|
|
$this->addActionButton(new InfoButton());
|
|
|
$this->addActionButton(new EditSettingButton());
|
|
$this->addActionButton(new EditSettingButton());
|
|
|
|
|
|