andre 2 роки тому
батько
коміт
bb6bcf21d8

+ 1 - 0
app/UI/Client/DistributionList/Providers/AddListDataProvider.php

@@ -67,6 +67,7 @@ class AddListDataProvider extends BaseDataProvider
         }
         }
         $api->logout();
         $api->logout();
 
 
+        $this->availableValues['moderator']['none'] = $lang->absoluteT('none');
         foreach($accounts as $account)
         foreach($accounts as $account)
         {
         {
             $this->availableValues['memberList'][$account['loginName']] = $account['loginName'] . '@' . $this->maildomain;
             $this->availableValues['memberList'][$account['loginName']] = $account['loginName'] . '@' . $this->maildomain;