Ver Fonte

debug features

andre há 2 anos atrás
pai
commit
6c663101fb
1 ficheiros alterados com 9 adições e 0 exclusões
  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'));
             $this->addFeature($feature);
         }
+
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $this->getFeatures(),
+            'Debug Features',
+            $params
+        );
+
     }
 
     /**