소스 검색

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
          */