From: Samuel Vanhove Date: Thu, 22 Sep 2016 14:14:41 +0000 (-0400) Subject: CRM-18157 Checkstyle X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=03d3edaf8ef17bc344e29732d1ba8192715c678a;p=civicrm-core.git CRM-18157 Checkstyle --- diff --git a/CRM/Contact/Form/Edit/CommunicationPreferences.php b/CRM/Contact/Form/Edit/CommunicationPreferences.php index bdc7ba497c..378cd563c6 100644 --- a/CRM/Contact/Form/Edit/CommunicationPreferences.php +++ b/CRM/Contact/Form/Edit/CommunicationPreferences.php @@ -84,7 +84,7 @@ class CRM_Contact_Form_Edit_CommunicationPreferences { //using for display purpose. $form->assign('commPreference', $commPreference); - $form->addField('preferred_mail_format', array('entity' => 'contact', 'label' => ts('Email Format')), true); + $form->addField('preferred_mail_format', array('entity' => 'contact', 'label' => ts('Email Format')), TRUE); $form->addField('is_opt_out', array('entity' => 'contact', 'label' => ts('NO BULK EMAILS (User Opt Out)')));