From: Nicolas Ganivet Date: Wed, 23 Mar 2016 03:11:07 +0000 (-0600) Subject: Fix for CRM-18280 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0c84358324aa0d452c7836d833f886ab454b13fa;p=civicrm-core.git Fix for CRM-18280 --- diff --git a/CRM/Admin/Form/ScheduleReminders.php b/CRM/Admin/Form/ScheduleReminders.php index 68af2cb52b..2ed90d9c1b 100644 --- a/CRM/Admin/Form/ScheduleReminders.php +++ b/CRM/Admin/Form/ScheduleReminders.php @@ -106,7 +106,7 @@ class CRM_Admin_Form_ScheduleReminders extends CRM_Admin_Form { 'text', 'title', ts('Title'), - array('size' => 45, 'maxlength' => 128), + CRM_Core_DAO::getAttribute('CRM_Core_DAO_ActionSchedule', 'title'), TRUE );