From: Seamus Lee Date: Thu, 3 Dec 2015 20:25:36 +0000 (+0000) Subject: Jenkins fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=155968646d63b978d09245b184af45ae7f1e9370;p=civicrm-core.git Jenkins fix --- 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) {