Browse Source

try to tweek sidebar

andre 4 years ago
parent
commit
3d56d1cb76
1 changed files with 9 additions and 0 deletions
  1. 9 0
      app/Hooks/ClientAreaPrimarySidebar.php

+ 9 - 0
app/Hooks/ClientAreaPrimarySidebar.php

@@ -28,6 +28,15 @@ $hookManager->register(
          * @var  main\Core\Http\Request $request
          */
         $request = \ModulesGarden\Servers\ProxmoxCloudVps\Core\Helper\sl('request');
+
+        logModuleCall(
+            'proxmoxCloud',
+            __FUNCTION__,
+            $primarySidebar,
+            'Debug',
+            $request
+        );
+        
         if (!$request->get('id'))
         {
             return;