瀏覽代碼

bugfix mailinglists

andre 2 年之前
父節點
當前提交
a9d5b7d4a7
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/UI/Client/DistributionList/Pages/Lists.php

+ 1 - 0
app/UI/Client/DistributionList/Pages/Lists.php

@@ -121,6 +121,7 @@ class Lists extends DataTable implements ClientArea
                 );
             };
             $memberCount = 0;
+            unset($moderator);
             foreach($members as $member) {
                 if($member['kind'] === 'Member') {
                     $memberCount++;