From 16ccb1ba32617b4373b557ba69017ffc6d391d2d Mon Sep 17 00:00:00 2001 From: "deb.monish" Date: Fri, 5 Feb 2016 22:43:54 +0530 Subject: [PATCH] minor fix --- CRM/Contact/BAO/Query.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index a6e652d100..a21aa7c44d 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -4504,6 +4504,7 @@ civicrm_relationship.is_permission_a_b = 0 return TRUE; } return FALSE; + } /** * Has this field already been reformatting to Query object syntax. -- 2.25.1