浏览代码

debug features

andre 2 年之前
父节点
当前提交
6c663101fb
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      app/UI/Client/Home/Pages/Dashboard.php

+ 9 - 0
app/UI/Client/Home/Pages/Dashboard.php

@@ -105,6 +105,15 @@ class Dashboard extends BaseContainer implements ClientArea
             $feature->setUrl(BuildUrlExtended::getProvisioningUrl('webmail'));
             $feature->setUrl(BuildUrlExtended::getProvisioningUrl('webmail'));
             $this->addFeature($feature);
             $this->addFeature($feature);
         }
         }
+
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $this->getFeatures(),
+            'Debug Features',
+            $params
+        );
+
     }
     }
 
 
     /**
     /**