CRM-16838: civilint fix.
authorAllen Shaw <allen@JoineryHQ.com>
Tue, 11 Oct 2016 00:40:30 +0000 (19:40 -0500)
committerAllen Shaw <allen@JoineryHQ.com>
Tue, 11 Oct 2016 00:40:30 +0000 (19:40 -0500)
CRM/Contact/Form/Task.php

index e0fd60b50578c9ed23b4402a99b5020caf4dafcf..8f3771cd76e4afda4ac70f84cbdf9347969786d5 100644 (file)
@@ -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']);