Browse Source

E-Mail Verteiler default aktiv

andre 2 years ago
parent
commit
b880473069

+ 0 - 1
app/UI/Client/DistributionList/Sections/AddPropertiesDistribution.php

@@ -19,7 +19,6 @@ class AddPropertiesDistribution extends FreeFieldsSection
     public function initContent()
     {
 
-//        $this->addField(new Switcher('receiveMail'));
         $this->addField((new Switcher('receiveMail'))->setDefaultValue('on'));
 
         $this->addField(new Switcher('hideGal'));