浏览代码

bugfix reinstall, enable logging

andre 3 月之前
父节点
当前提交
ffc7d1a325
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      v2/repository/FirewallRulesRepository.php

+ 9 - 0
v2/repository/FirewallRulesRepository.php

@@ -53,6 +53,15 @@ class FirewallRulesRepository extends AbstractRepository
     {
         $nodes = array();
         $this->path = [];
+
+            logModuleCall(
+                'ProxmoxCloud',
+                __FUNCTION__,
+                $vservers,
+                'Debug',
+                $this
+            );
+
         foreach ($vservers as $vserver)
         {
             if (!$vserver instanceof VmModel)