Browse Source

enable debug

andre 1 year ago
parent
commit
836255a28c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      core/App/Controllers/Instances/AddonController.php

+ 9 - 0
core/App/Controllers/Instances/AddonController.php

@@ -65,6 +65,15 @@ abstract class AddonController implements DefaultController
 
 
     public function isValidIntegrationCallback($callback = null)
     public function isValidIntegrationCallback($callback = null)
     {
     {
+
+        logModuleCall(
+            'ProxmoxVps',
+            __FUNCTION__,
+            $callback,
+            'debug',
+            $this
+        );
+
         if(!is_array($callback))
         if(!is_array($callback))
             {
             {
                 return false;
                 return false;