From 155968646d63b978d09245b184af45ae7f1e9370 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 3 Dec 2015 20:25:36 +0000 Subject: [PATCH] Jenkins fix --- CRM/Report/Form/Contact/Relationship.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Contact/Relationship.php b/CRM/Report/Form/Contact/Relationship.php index 26d5d1e7d1..7ffaace1c2 100644 --- a/CRM/Report/Form/Contact/Relationship.php +++ b/CRM/Report/Form/Contact/Relationship.php @@ -504,7 +504,7 @@ class CRM_Report_Form_Contact_Relationship extends CRM_Report_Form { //for displaying relationship type filter if ($value['title'] == 'Relationship') { $relTypes = CRM_Core_PseudoConstant::relationshipType(); - $op = CRM_Utils_array::value('relationship_type_id_op', $this->_params) == 'in' ? + $op = CRM_Utils_array::value('relationship_type_id_op', $this->_params) == 'in' ? ts('Is one of') . ' ' : ts('Is not one of') . ' '; $relationshipTypes = array(); foreach ($this->_params['relationship_type_id_value'] as $relationship) { -- 2.25.1