瀏覽代碼

fix metricprovider (expect array)

andre 4 月之前
父節點
當前提交
be2e47138a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Libs/Zimbra/Components/Api/Soap/Repository/DistributionLists.php

+ 1 - 0
app/Libs/Zimbra/Components/Api/Soap/Repository/DistributionLists.php

@@ -33,6 +33,7 @@ class DistributionLists extends AbstractRepository
 
         $accounts = $result->getResponseBody()['GETALLDISTRIBUTIONLISTSRESPONSE']['DL'];
 
+        $tmp = array();
         /**
          * API return one or araay with accounts
          */