From 351b2dd9cbd856d6d17247c9dcc13e0a65959d13 Mon Sep 17 00:00:00 2001 From: Allen Shaw Date: Mon, 10 Oct 2016 19:40:30 -0500 Subject: [PATCH] CRM-16838: civilint fix. --- CRM/Contact/Form/Task.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Form/Task.php b/CRM/Contact/Form/Task.php index e0fd60b505..8f3771cd76 100644 --- a/CRM/Contact/Form/Task.php +++ b/CRM/Contact/Form/Task.php @@ -453,7 +453,7 @@ class CRM_Contact_Form_Task extends CRM_Core_Form { 'id' => array('IN' => $this->_contactIds), 'options' => array( 'limit' => 0, - 'sort' => "sort_name" + 'sort' => "sort_name", ), )); $this->_contactIds = array_keys($result['values']); -- 2.25.1